Skip to main content
GET
/
api
/
integrations
/
status
Check integration status
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>"
}

Authorizations

Authorization
string
header
required

Bearer token authentication. Obtain a token via the authentication endpoint and include it in the Authorization header: Authorization: Bearer <token>

Query Parameters

workspace_id
string
required
provider
string
required

Response

Integration status retrieved successfully

provider
string
status
enum<string>
Available options:
connected,
disconnected,
error
last_sync
string<date-time> | null
error_message
string | null