cURL
curl --request POST \ --url https://api.chift.eu/token \ --header 'Content-Type: application/json' \ --data '{ "clientId": "<string>", "clientSecret": "<string>", "accountId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "marketplaceId": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }'
{ "access_token": "<string>", "token_type": "<string>", "expires_in": 123, "expires_on": 123 }
This endpoint allows you to get an access token that can be used as a BEARER token to access the protected endpoints of this APIs. The token is valid for 30 minutes. You can refresh the token by requesting a new token.
Successful Response