Authentication

All API endpoints require authentication. Users must be subscribed to access the API.

Verify API token

All API requests must have the Authorization header set with a valid Bearer token, which can be created from the PacketEngine website: https://packetengine.co.uk/user/api-tokens

Verify an API token is valid

POST https://api.packetengine.co.uk/v1/verify

Headers

Name
Type
Description

Authorization*

String

Bearer <token>

{
  "status": "valid"
}

Last updated