Check integration status
curl --request GET \
--url https://app.alana.shopping/api/integrations/status \
--header 'Authorization: Bearer <token>'{
"provider": "<string>",
"last_sync": "2023-11-07T05:31:56Z",
"error_message": "<string>"
}Obter Status da Integração
GET
/
api
/
integrations
/
status
Check integration status
curl --request GET \
--url https://app.alana.shopping/api/integrations/status \
--header 'Authorization: Bearer <token>'{
"provider": "<string>",
"last_sync": "2023-11-07T05:31:56Z",
"error_message": "<string>"
}Autorizações
Bearer token authentication via Auth0. Users authenticate through Auth0 Universal Login. Include the access token in the Authorization header: Authorization: Bearer <token>
Última modificação em 18 de maio de 2026
⌘I