Endpoint Surface

Every Corporate API endpoint, grouped by domain, as a single lookup table.

The full public endpoint surface of the Corporate API, grouped by domain. Use it to find which guide
covers a path you have seen in a log.


DomainEndpoints
AuthorizationPOST /api/v1/token
ConfigurationGET /api/v1/config, GET /api/v1/config/tokens
ValidationGET /api/v1/validation/rules
GlobalGET /api/v1/global/capabilities
CorporationsGET /api/v1/corporations, POST /api/v1/corporations/register, POST /api/v1/corporations/login, PUT /api/v1/corporations/freshdesk-id, POST /api/v1/corporations/level-token, POST /api/v1/corporations/verification-token
EmployeesGET /api/v1/employees, GET /api/v1/employees/search, GET /api/v1/employees/corporations, GET|PUT|DELETE /api/v1/employees/{employeeId}, POST /api/v1/employees/invite, PUT /api/v1/employees/{employeeId}/role
RolesGET|POST /api/v1/roles, GET|PUT|DELETE /api/v1/roles/{roleId}
WalletsGET /api/v1/wallets, POST /api/v1/wallets/global
FXPOST /api/v1/fx/estimate, POST /api/v1/fx
CardsGET /api/v1/cards, POST /api/v1/cards/virtual, POST /api/v1/cards/plastic, POST /api/v2/cards/virtual, POST /api/v2/cards/plastic
Card feesGET /api/v1/cards/{type}/fees/{country}, POST /api/v1/cards/{type}/fees/{country}/payment, POST /api/v2/cards/{type}/fees/{country}/payment
Card deliveryGET /api/v1/cards/delivery/countries, GET /api/v1/cards/delivery/methods/{country}
Card managementPUT /api/v1/cards/{cardId}/activate, /block, /unblock, /close, /name, /limit
Card detailsPOST /api/v1/cards/{cardId}/details, /cvv, /pin
ConfirmationPOST /api/v1/confirmation/signature/verify, POST /api/v1/confirmation/signature
3DSGET /api/v1/cards/3ds/requests, POST /api/v1/cards/3ds/requests/{transactionId}/approve, /decline
Card transferPOST /api/v1/cards/transfer/estimate, POST /api/v1/cards/transfer
BankGET|POST /api/v1/bank/accounts, POST /api/v1/bank/transfer, POST /api/v1/bank/transfer/estimate, POST /api/v2/bank/transfer/estimate
CorridorsPOST /api/v3/bank/estimate/{corridor}, POST /api/v3/bank/initiate/{corridor}, POST /api/v3/bank/confirm/{corridor}
BulkPOST /api/v1/bulk/transfer
RecipientsGET|POST /api/v1/recipients, POST /api/v2/recipients, GET|PUT|DELETE /api/v1/recipients/{recipientId}, PUT /api/v2/recipients/{recipientId}, GET /api/v1/recipients/filter/{catalog|currency|name|type}, POST /api/v1/recipients/{recipientId}/usage, POST|PUT|DELETE /api/v1/recipients/{recipientId}/payment_details[/{paymentDetailsId}]
ActivityGET /api/v1/activity/feed, POST /api/v1/activity/statement/full, GET /api/v1/withdrawal/requests

Did this page help you?