Generate Secure Token
Generates a secure token (`secureToken`) for authenticating secure card-saving transactions. The token is valid for 1 hour — use it within that window to avoid authentication errors.
Authorization
SecretKeyAuth Authorization<token>
Tu SECRET key con prefijo Token , p. ej. Token <SECRET_KEY> — distinta de la API key
In: header
Response Body
application/json
curl -X POST "https://example.com/secure-token/"{
"access": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0b2tlbl90eXBlIjoiYWNjZXNzIiwiZXhwIjoxNzM1Njg5NjAwLCJpYXQiOjE3MzU2ODYwMDAsImp0aSI6IkVYQU1QTEVfSlRJIiwidXNlcl9pZCI6MH0.EXAMPLE_SIGNATURE_NOT_A_REAL_TOKEN"
}Was this page helpful?
