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.