This adds a brand to 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 group ID for restriction control. Accepts 0 if none.
The image URL or file path to the image stored on Equotix One. Leave empty if none.
{
"domain": "string",
"api_key": "string",
"auth_timestamp": 0,
"auth_signature": "string",
"name": "string",
"channel_group_id": 0,
"image": "string"
}
Responses
application/json Returns only if there is an error.
Returns only if there is no error.
The newly added brand ID.
{
"error": [
"string"
],
"success": true,
"brand_id": 0
}
Modified at 2024-10-20 04:56:31