Verify Email Change
Intent
Runs the verify email change action.
When to call it
Call this when your workflow reaches the point where it must verify email change.
Access boundary
Use the credential type and authentication scheme shown for this operation.
Successful result
A successful request returns 200. The response schema below defines the body your integration receives.
Operational notes
Verify an email change using the token from the verification email.
POST
Verify Email Change
Previous
Read Subscription### Intent
Reads the subscription without changing it.
### When to call it
Call this after your application has received or stored the identifier for the subscription.
### Access boundary
Authorize the request with a token that carries `customer_portal:read` or `customer_portal:write`.
### Successful result
A successful request returns `200`. The response schema below defines the body your integration receives.
### Operational notes
Get a subscription for the authenticated customer.
**Scopes**: `customer_portal:read` `customer_portal:write`
Next
Verify Email Change