Verify Token
This endpoint gives you the access to redeem your token and credit your wallet for fund access per transaction. On the other hand, see the QuickStart guide Step 3 and Step 4 to learn how we handle and automate token redemption to ensure you are credited.
POST
{{base_url}}/token/verify
Fields with * are required
Headers
Name
Type
Description
Authorization*
String
Bearer {{your_secret_key}}
Request Body
Name
Type
Description
token*
String
8-length alphanumeric token
Last updated