Invitations

Resend an invitation

POST/v1/workspaces/{workspaceId}/invitations/{invitationId}/resend

Sends the invitation email again. Requires an admin key. The invitation must still be pending.

Authentication

Send your Spark API key with every request. The value is the full bearer token Spark returned when you created the key. See Authentication.

Authorization: Bearer <SPARK_API_KEY>

Path parameters

workspaceId

string

The workspace id.

invitationId

string

The invitation id.

Was this page helpful?