Using the API
The Northflank API allows you to interact with Northflank using HTTP requests.
The API is available at https://api.northflank.com/v1/.
Requests and responses are both in JSON. Requests should include the header:
Content-Type: application/json
Access to most endpoints is restricted and authenticated via a bearer token. Users can generate a personal API token in their account settings in the Northflank application . Team members can generate an API token in that team's settings, provided an API token template has been created by a member with permissions.
The API token must then be included in the Authorization header for the request:
Authorization: Bearer [YOUR AUTH TOKEN]