Backends
Create backend
POST
Create backend
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Backend configuration
Credential material for the auth pipeline. Shape is determined by auth_pipeline.source_type and auth_pipeline.credential_type.
- InlineBasicCredentials
- InlineBearerCredentials
- InlineHmacCredentials
- VaultCredentials
Example:
"vdm"
Example:
"CyberSource VDM"
Optional per-backend message-level encryption (MLE). When set, the mapped request body is JWE-encrypted before dispatch and the response body is decrypted before response mapping. Key material is managed via /api/admin/keys.
Example:
"apitest.cybersource.com"
Create backend