cURL
curl --request GET \ --url https://app.masivo.ai/api/storefront/v1/auth/authorize \ --header 'x-api-key: <x-api-key>'
{ "data": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c" }
Get an Access token to be able to call the api. This token should be kept secret and not exposed to the client.
Your integrations api key
Ok authorized
The response is of type object.
object