curl --request GET \
--url https://api.staging.kathan.tech/invites/preview \
--header 'Authorization: Bearer <token>' \
--header 'X-User-ID: <api-key>'{
"org_id": "<string>",
"org_name": "<string>",
"role": "<string>",
"email": "<string>",
"expires_at": "<string>"
}curl --request GET \
--url https://api.staging.kathan.tech/invites/preview \
--header 'Authorization: Bearer <token>' \
--header 'X-User-ID: <api-key>'{
"org_id": "<string>",
"org_name": "<string>",
"role": "<string>",
"email": "<string>",
"expires_at": "<string>"
}API key authentication.
Required user id for API key requests.
Was this page helpful?