cURL
curl --request POST \ --url https://app.getcensus.com/api/v1/invitations/{invitation_id}/resend \ --header 'Authorization: Bearer <token>'
{ "status": "resend" }
Resend the email for an unclaimed invitation.
Bearer authorization using your Personal Access Token. Generate a new PAT on your user settings page.
Successfully resent the invitation.
The response is of type object.
object
Was this page helpful?