Step 3: Obtain user token
GET {{stripeUrl}}/admin/v1/UserTokens?filter=userId co "{{userId}}"
FYI - Must use the OAuth Client App to obtain this information, not the ME App used to test some self-service endpoints.
After step 2, an email is sent to the user with a link. The user clicks the link (sending the user token) and the UI invokes the /MeEmailVerified endpoint using that user token.
Use Step 3 to get the user token (since Qodex can't access emails).
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
filter | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Date | string |