API Example
We explain the use of the API with an example below. A simple example to get all brands available in the Equotix One account is shown below.
Build Request Body
Build the request body to send.
{"api_key":"test@example.com","auth_timestamp":1670561053,"domain":"test","order":"ASC","sort":"name"}
Sign Body
Sign the body request as per the authentication method elaborated in the previous page and append the signature.
{"api_key":"test@example.com","auth_timestamp":1670561053,"domain":"test","order":"ASC","sort":"name","auth_signature":"7bf04ed45c10edae532c8d97c17f493f5c9f6e4c2d46dbc5dc67b423cb212073"}
Get API Response
Send a cURL request to the API endpoint and retrieve the response.
Endpoint
https://dashboard.equotix.one/api/inventory/brand/get
Response
{"brands":[{"brand_id":60,"channel_group_id":0,"name":"My Custom Brand","image":"","date_modified":"2022-07-20 14:58:07","deleted":false}],"total":1}
Last modified: 3 months ago