Payout
| Endpoint | Method |
Authentication |
|
/transaction/payout
|
POST | Bearer |
To access the API a user has to have the "Access System API" permission enabled on one of their assigned roles. Permissions to content accessed via the API is limited by the roles & permissions assigned to the user that's used to access the API.
Authentication to use the API is primarily done using API Tokens. Once the "Access System API" permission has been assigned to a user, a "API Tokens" section should be visible when editing their user profile. We're using "Bearer" tokens for these APIs. These values should be used as a header in API HTTP requests in the following format:
Authorization: Bearer <token>Here's an example of an authorized cURL request to list books in the system: