post https://app-api.sandbox.coinify.com/users/me/verify-email
This endpoint is used to provide the email verification code on Manual Sign-up flow.
Responses
This endpoint is used to provide the email verification code on Manual Sign-up flow.
xxxxxxxxxx
curl --request POST \
--url https://app-api.sandbox.coinify.com/users/me/verify-email \
--header 'Authorization: Bearer {{accessToken}}' \
--header 'accept: application/json' \
--header 'content-type: application/json'
Try It!
to start a request and see the response here! Or choose an example: