All API endpoints require authentication. Users must be subscribed to access the API.
Last updated 6 months ago
All API requests must have the Authorization header set with a valid Bearer token, which can be created from the PacketEngine website:
Authorization
Bearer
POST https://api.packetengine.co.uk/v1/verify
POST
https://api.packetengine.co.uk/v1/verify
Authorization*
String
Bearer <token>
{ "status": "valid" }
{ "message": "Unauthenticated." }