Tokens
Login to the application for test customer
Login of a test customer account to client's application. ⚠️ Endpoint is available only in Customer interface.
post/tokens/{token_id}/actions/login-test-customer
Path parameters
token_idstring required
A client application token.
Headers
Accept-Languagestring
The unique ID of the language code by ISO 639-1.
Response
OK
Example response
{
"data": {
"customer_id": "83aef431283443591a98d04070"
}
}