✨
PacketEngine API Docs
  • Welcome!
  • Quick Start
  • Reference
    • API Reference
      • Authentication
      • Domains
      • Subdomains
      • IPs
Powered by GitBook
On this page
  • Verify API token
  • Verify an API token is valid
  1. Reference
  2. API Reference

Authentication

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

PreviousAPI ReferenceNextDomains

Last updated 7 months ago

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:

Verify an API token is valid

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

Headers

Name
Type
Description

Authorization*

String

Bearer <token>

{
  "status": "valid"
}
{
  "message": "Unauthenticated."
}
https://packetengine.co.uk/user/api-tokens