Bem-vindo ao nosso novo hub de docs! Central de Ajuda + Docs para Desenvolvedores em um só lugar.
cURL
curl --request GET \ --url https://app.alana.shopping/api/integrations/status \ --header 'Authorization: Bearer <token>'
{ "provider": "<string>", "status": "connected", "last_sync": "2023-11-07T05:31:56Z", "error_message": "<string>" }
Bearer token authentication via Auth0. Users authenticate through Auth0 Universal Login. Include the access token in the Authorization header: Authorization: Bearer <token>
Authorization: Bearer <token>
Integration status retrieved successfully
connected
disconnected
error
Suggestions
Contact support