Create Token
Token generation endpoints
Generate a bearer token
Issues a secure JWT bearer token for Wallet API clients. The token is signed and grants controlled access to protected endpoints. For more information, see Wallet API Authentication.
Response Body
application/json
application/json
curl -X POST "https://cape.fortid.com/token"{
"access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJodHRwczovL2NhcGUuZm9ydGlkLmNvbSIsInN1YiI6InVzZXIxMjMuYWJjZGVmZ2hpamsiLCJhdWQiOiJmb3J0aWQtd2FsbGV0LXNlcnZpY2UiLCJleHAiOjE3MzU2ODAwMDAsImlhdCI6MTcwNDEwNDAwMH0.signature",
"token_type": "bearer"
}{
"detail": "Token generation failed"
}