-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
Hello I am having trouble verifying the code sent to my email:
Here is the CURL request I am using to validate the token sent to my email.
curl -X POST 'https://api-production.august.com/validate/email' \
--header 'x-august-api-key: 70eb6-81d-4df-950-4789d1d9' \
--header 'x-kease-api-key: 14445b6a2dba' \
--header 'Content-Type: application/json' \
--header 'Accept-Version: 0.0.1' \
--header 'User-Agent: August/Luna-3.2.2' \
--header 'x-august-access-token: eyJ0eXAiOiJKVQiLCJhbCU' \
--data-raw '{
"email": "<MY EMAIL>",
"code": "913658"
}'
The response I am receiving is:
{
"userId": "ce950867-f61a-49d0-8320-2e6fff82250d",
"_value": "email:<MY_EMAIL>",
"resolution": "token_incomplete"
}
Any ideas as to what is going wrong?
Metadata
Metadata
Assignees
Labels
No labels