Appearance
API Documentation β
Authentication β
API tokens are used to authenticate requests to the API. They are created by the user and are used to authenticate requests to the API.
Creating an API Token β
You can create an API token by clicking on the "API Tokens" link in the sidebar under the "Administration" section.
Using an API Token β
To use an API token, you need to include it in the Authorization header of your request.
Authorization: Bearer <token>Reference β
See the DirectPort API Reference for full details on the endpoints and their parameters. Available in OpenAPI format.