Skip to content
OpenPostDocs
OpenPostDocs
Auth

Send a new email-change verification code

POST/auth/email-change/{id}/resend

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Email-change challenge ID

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X POST "https://example.com/auth/email-change/string/resend"
{  "$schema": "https://example.com/api/v1/schemas/EmailChangeSummary.json",  "expires_at": "2019-08-24T14:15:22Z",  "id": "string",  "new_email": "string",  "sent_at": "2019-08-24T14:15:22Z"}