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