Documentation Index
Fetch the complete documentation index at: https://developer.portable.io/llms.txt
Use this file to discover all available pages before exploring further.
Welcome
Welcome to the Portable API documentation. Our API is purpose-built for application integrators, enabling them to seamlessly incorporate our services into their platform, ensuring a fully branded experience for their users. The base URL for all the described endpoints ishttps://api.portable.io
The Portable API is a RESTful API, and follows the principles of Representational State Transfer (REST) for creating,
updating, reading, and deleting resources.
Authentication
An API token is a secure and unique identifier that grants you access to our API. This token is required for all API calls and must be kept confidential to prevent unauthorized access to your account.Obtaining the Bearer Token
Access to the Portable API is provided to our customers in our Clouse plan and up. If you are on this plan, you can obtain your API token from the Portable App. If you face any issues, please contact our support team at support@portable.io and someone will reach out to you shortly.Using the Bearer Token
When making requests to the Portable API, include your API token in theAuthorization header of your HTTP request. The
format of the header should be as follows:
<Your-API-Token> with your actual API token.

