List all available domains
Domain
List all available domains
Retrieve ALL domains (organization + platform defaults) for short link creation. No pagination. Ordered by primary first, then creation date.
GET
List all available domains
Authorizations
API Key authentication for programmatic access.
How to use:
- Create an API key from your dashboard settings
- Include the key in the
x-api-keyheader with each request - API keys have granular permissions (domains, shortLinks, files, stats, apiKeys)
Example:
Types of API keys:
- User keys: Linked to your user account (one per organization)
- Bot keys: Autonomous machine users (one per organization)
Security notes:
- Keep your API keys secure and never commit them to version control
- API keys cannot access authentication endpoints (/auth/*)
- Keys can be revoked at any time from the dashboard
Response
All available domains retrieved successfully
Domain UUID
Example:
"01933eb8-541f-7000-a9f4-e4eee80ff04e"
Domain name
Example:
"links.example.com"
Whether this is the primary domain for the organization
Example:
true
Whether domain DNS is fully verified and active
Example:
true
Domain creation timestamp
Example:
"2024-01-15T10:30:00Z"