Wallet Decryption
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
Responses
201
Card created
application/vnd.api+json
400
The request was invalid.
application/vnd.api+json
401
No credentials were provided, or the provided credentials were expired.
application/vnd.api+json
403
Valid credentials were provided, but they do not permit access to this resource.
application/vnd.api+json
422
The server was unable to process the request because it contains invalid data.
application/vnd.api+json
500
Internal Server Error
application/vnd.api+json
503
Service Unavailable
application/json
post
/cardsAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
card_idstringRequired
Responses
200
Item requested by ID
application/vnd.api+json
401
No credentials were provided, or the provided credentials were expired.
application/vnd.api+json
403
Valid credentials were provided, but they do not permit access to this resource.
application/vnd.api+json
404
Resource not found.
application/vnd.api+json
500
Internal Server Error
application/vnd.api+json
503
Service Unavailable
application/json
get
/cards/{card_id}Last updated

