Skip to main content
POST
/
orgs
/
{org_id}
/
emails
/
identities
/
{identity_id}
/
resend
Resend Verification Email
curl --request POST \
  --url https://api.useinvent.com/orgs/{org_id}/emails/identities/{identity_id}/resend
null

Path Parameters

org_id
string
required

The ID of the org

identity_id
string
required

The ID of the email identity

Response

200 - application/json

The response is of type unknown.