Quick Start
Last updated
Last updated
Your API requests are authenticated using API tokens. Any request that doesn't include an API token will return an error.
You can generate an API token from your Account at any time:
The best way to interact with our API is to use one of our official libraries:
To make your first request, send an authenticated request to the subdomains endpoint. This will fetch all the subdomains of a domain.
GET
https://api.packetengine.co.uk/v1/domains/{domain}/subdomains
domain*
String
The domain to fetch subdomains for
Accept
String
application/json
Accept
String
text/plain
Take a look at how you might call this method using our official libraries, or via curl
: