API Keys
Create API Key
Generate a new API key pair (public/private) for the authenticated customer.
Authentication Required: JWT Bearer Token
- Requires
Authorization: Bearer <jwt_token>
header - Token must contain valid customer ID
Returns: Both public and private keys (private key only shown once!)
- Public Key: For collect operations and read-only access
- Private Key: For sensitive operations like mandate creation
POST
Authorizations
JWT Bearer token from Auth0 authentication
Body
application/json
Request model for creating a new API key.
Response
201
application/json
Successful Response
Model for the response from creating a new API key.