extension/report/channel_payout/get
POST
/extension/report/channel_payout/getThis returns the list of supported channel payout data for the Equotix One account.
Request
The domain you are assigned to authenticate your Equotix One account.
The email address assigned to the user account in your Equotix One.
The unix timestamp used to sign this API request.
The calculated signature for this API request.
The channel ID for the payout data.
The date start for the payout data. Max of 15 days data.
The date end for the payout data. Max of 15 days data.
Accepts "formatted" or "raw". Default "raw".
The next page token returned from previous API call if there's a next page.
{
"domain": "string",
"api_key": "string",
"auth_timestamp": 0,
"auth_signature": "string",
"channel_id": 0,
"date_start": "string",
"date_end": "string",
"type": "string",
"next": "string"
}
Responses
Returns only if there is an error.
Returns the next page token for the API use, if there's more results available.
The list of payout data available if there is no error. Different channel has different format.
{
"error": [
"string"
],
"more": "string",
"results": [
{}
]
}