Skip to content

Sets the locale for the current session.

POST
/api/locale

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Request Body

application/json
JSON
{
"locale": null
}

Responses

Successful

Playground

Authorization
Body

Samples

cURL
JavaScript
PHP
Python