Read Invitation
Intent
Reads the invitation without changing it.
When to call it
Call this after your application has received or stored the identifier for the invitation.
Access boundary
Use the credential type and authentication scheme shown for this operation.
Successful result
A successful request returns 200. The response schema below defines the body your integration receives.
GET
Read Invitation
Previous
Read Webhook Endpoint### Intent
Reads the webhook endpoint without changing it.
### When to call it
Call this after your application has received or stored the identifier for the webhook endpoint.
### Access boundary
Authorize the request with a token that carries `webhooks:read` or `webhooks:write`.
### Successful result
A successful request returns `200`. The response schema below defines the body your integration receives.
### Operational notes
Get a webhook endpoint by ID.
**Scopes**: `webhooks:read` `webhooks:write`
Next
Read Invitation