This returns the list of languages in 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.
{
"domain": "string",
"api_key": "string",
"auth_timestamp": 0,
"auth_signature": "string"
}
Responses
application/json Returns only if there is an error.
languages
array [object {3}]Â
optional{
"error": [
"string"
],
"languages": [
{
"language_id": 0,
"code": "string",
"name": "string"
}
]
}
Modified at 2024-10-20 02:34:17