Auth
Get the pending sign-in email change
GET
/auth/email-changeAuthorization
bearerAuth AuthorizationBearer <token>
In: header
Response Body
application/json
application/problem+json
curl -X GET "https://example.com/auth/email-change"{ "$schema": "https://example.com/api/v1/schemas/EmailChangeStatusOutputBody.json", "pending": { "$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" }}