GET
/
auth
/
authorize
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"
}

Headers

x-api-key
string
required

Your integrations api key

Response

200
application/json

Ok authorized

The response is of type object.