API access — create a token and find the docs
Generate a personal API token and where to read the full API reference.
Last updated About 1 hour ago
Display Link has a REST API you can use to automate your account or build integrations. You authenticate with a personal API token that you create from your profile — there's no separate developer signup.
Create an API token
- Click your avatar (top-right) and open Profile.
- Go to the Security tab.
- Under API tokens, click New token, give it a name, and Create.
- The token value is shown once — copy it straight away and store it somewhere safe. You won't be able to see it again.
Existing tokens are listed with their created and expiry dates and status, each with a Revoke action — revoke a token any time to cut off access.
Keep your token secret. Anyone with it can act on your account through the API.
Where the API documentation lives
The full, always-current API reference (every endpoint, parameters and example requests) is published at:
https://api.display-link.nl/apidocs
The API base URL is https://api.display-link.nl. Send your token with each request as described in the reference, and use the docs' built-in tester to try calls.