This returns the list of channels available for the Equotix One account.
Request
Body Params application/json
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 to search for specifically.
Filter the type of channels to return. Accepts "equotixpos", "lazada", "opencart", "shopee", "shopify", "tiktok".
Filter the status of channels to return. "1" for enabled, "0" for disabled.
filter_date_modified
stringÂ
optionalFilter the list of channels modified after the spcified date time.
Page number of the results.
The key for the ordering of the results. Accepts "name", "type", "date_added", "date_modified"
The direction for the ordering of the results. Accepts "ASC", "DESC"
The number of results per page. Accepts 1 to 100.
{
"domain": "string",
"api_key": "string",
"auth_timestamp": 0,
"auth_signature": "string",
"channel_id": 0,
"filter_type": "string",
"filter_status": 0,
"filter_date_modified": "string",
"page": 0,
"sort": "string",
"order": "string",
"limit": 0
}
Responses
application/json Returns only if there is an error.
The total number of results available if there is no error.
channels
array [object {8}]Â
optionalThe list of channels available if there is no error.
The configurations saved for the channel. Varies according to the type of channel.
The date time the channel was created.
The date time the channel was last modified.
The date time the channel was last active.
The status of the channel.
{
"error": [
"string"
],
"total": 0,
"channels": [
{
"channel_id": 0,
"type": "string",
"name": "string",
"configuration": {},
"date_added": "string",
"date_modified": "string",
"date_active": "string",
"status": 0
}
]
}
Modified at 2024-10-20 03:42:10