Authorizations
Response
Successful response
curl --request POST \
--url https://zeropath.com/api/v1/orgs/invite \
--header 'Content-Type: application/json' \
--header 'X-ZeroPath-API-Token-Id: <api-key>' \
--header 'X-ZeroPath-API-Token-Secret: <api-key>' \
--data '{
"organizationId": "<string>",
"email": "jsmith@example.com"
}'
{
"success": true
}
curl --request POST \
--url https://zeropath.com/api/v1/orgs/invite \
--header 'Content-Type: application/json' \
--header 'X-ZeroPath-API-Token-Id: <api-key>' \
--header 'X-ZeroPath-API-Token-Secret: <api-key>' \
--data '{
"organizationId": "<string>",
"email": "jsmith@example.com"
}'
{
"success": true
}
Successful response