For the complete documentation index, see llms.txt. This page is also available as Markdown.

Action Inquiries

List Action Inquiries

get

Returns a list of the action inquiries made for your campaign, ordered by creation date (newest first).

Path parameters
AccountSIDstringRequired

Unique identifier for the account.

Query parameters
CampaignIdintegerOptional

View action inquiries for a specified campaign.

MediaPartnerInquiryIdstringOptional

Filter by your own internal reference ID for the inquiry.

CustomerIdstringOptional

Filter by the customer identifier associated with the transaction.

ResolutionStatusstring · enumOptional

The current resolution status of the inquiry.

Possible values:
StartDatestring · date-timeOptional

Filters inquiries with a CreationDate on or after this value.

EndDatestring · date-timeOptional

Filters inquiries with a CreationDate on or before this value.

TransactionDateStartstring · date-timeOptional

Filters inquiries with a TransactionDate on or after this value.

TransactionDateEndstring · date-timeOptional

Filters inquiries with a TransactionDate on or before this value.

Responses
200

An array of action inquiry objects.

application/json
get/Mediapartners/{AccountSID}/ActionInquiries
200

An array of action inquiry objects.

Create Action Inquiry

post

Creates an action inquiry by setting the values of the required parameters.

Path parameters
AccountSIDstringRequired

Unique identifier for the account.

Body
CampaignIdintegerRequired

The unique identifier for the campaign associated with the inquiry.

OrderIdstringRequired

The order identifier for the transaction being disputed.

TransactionDatestring · date-timeRequired

The date and time of the transaction being disputed.

TransactionAmountnumber · decimalRequired

The value of the transaction being disputed.

InquiryTypestring · enumRequired

The type of inquiry being raised.

Possible values:
MediaPartnerInquiryIdstringOptional

Your own internal reference ID for the inquiry.

ResolutionDeadlineDatestring · date-timeOptional

The deadline by which the inquiry must be resolved.

ExpectedPayoutnumber · decimalOptional

The commission amount you expect to receive if the inquiry is approved.

TrackingLinkstringOptional

The tracking link associated with the transaction, if applicable.

CustomerIdstringOptional

A unique identifier for the customer associated with the transaction.

InquiryDatestring · date-timeOptional

The date and time the transaction was originally submitted.

InquiryNotesstringOptional

Additional notes or context to support the inquiry.

Responses
200

Action inquiry created successfully.

application/json
StatusstringOptionalExample: OK
UristringOptionalExample: /Mediapartners/<AccountSID>/ActionInquiries/15652378
post/Mediapartners/{AccountSID}/ActionInquiries
200

Action inquiry created successfully.

Retrieve an Action Inquiry

get

Retrieves the details of an existing action inquiry using its unique InquiryId.

Path parameters
AccountSIDstringRequired

Unique identifier for the account.

InquiryIdstringRequired

The unique identifier for the action inquiry.

Responses
200

Successful response.

application/json
IdintegerOptional

Unique identifier for the action inquiry.

Example: 15652378
MediaPartnerInquiryIdstringOptional

Your own internal reference ID for the inquiry, submitted at creation.

CampaignIdintegerOptional

Unique identifier for the campaign associated with the inquiry.

Example: 10306
CampaignNamestringOptional

Display name of the campaign associated with the inquiry.

Example: Wayne Enterprises
OrderIdstringOptional

The order identifier for the transaction being disputed.

Example: TEST-ORDER-001
TransactionDatestring · date-timeOptional

The date and time of the transaction being disputed.

Example: 2025-05-01T10:00:00-07:00
TransactionAmountnumber · decimalOptional

The value of the transaction being disputed.

Example: 49.99
CustomerIdstringOptional

A unique identifier for the customer associated with the transaction.

InquiryDatestring · date-timeOptional

The date and time the transaction was originally submitted.

InquiryTypestring · enumOptional

The type of inquiry being raised.

Possible values:
ExpectedPayoutnumber · decimalOptional

The commission amount you expect to receive if the inquiry is approved.

ResolutionDeadlineDatestring · date-timeOptional

The deadline by which the inquiry must be resolved.

InquiryNotesstringOptional

Additional notes or context submitted with the inquiry.

TrackingLinkstringOptional

The tracking link associated with the transaction, if applicable.

ActionIdstringOptional

The unique identifier of the action associated with the inquiry, if one was found.

Example: 8882.4335
ActionUristringOptional

The API resource path for the associated action.

Example: /Mediapartners/<AccountSID>/Actions/8882.4335
AutoApprovalDatestring · date-timeOptional

The date and time the inquiry will be automatically approved if not manually reviewed.

ResolutionStatusstring · enumOptional

The current resolution status of the inquiry.

Possible values:
RejectReasonstring · enumOptional

The reason the inquiry was declined. Only populated when ResolutionStatus is DECLINED.

Possible values:
FinalPayoutnumber · decimalOptional

The final commission amount paid out following resolution of the inquiry.

ResolutionDatestring · date-timeOptional

The date and time the inquiry was resolved.

CreationDatestring · date-timeOptional

The date and time the inquiry was created.

Example: 2026-05-25T11:35:38-07:00
UristringOptional

Unique reference to the action inquiry object in the impact.com API.

Example: /Mediapartners/<AccountSID>/ActionInquiries/15652378
get/Mediapartners/{AccountSID}/ActionInquiries/{InquiryId}
200

Successful response.

Last updated