Skip to main content
GET
/
auth
/
callback
/
{type}
Get callback
curl --request GET \
  --url https://api.getenso.ai/auth/callback/{type} \
  --header 'Authorization: Bearer <token>'
SystemUser permission: WebhookService:triggerWebhooks

Authorizations

Authorization
string
header
required

JWT bearer token obtained from POST /auth/system-login using your client credentials.

Path Parameters

type
string
required

Query Parameters

type
string

Response

OK