Skip to main content
GET
/
v1
/
domains
/
{domain_id}
Retrieve Domain
curl --request GET \
  --url https://api.taap.it/v1/domains/{domain_id} \
  --header 'Authorization: <authorization>'
{
  "id": "<string>",
  "domain": "<string>",
  "description": "<string>",
  "is_verified": true,
  "created_at": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.taap.it/llms.txt

Use this file to discover all available pages before exploring further.

Request:
cURL
curl -X GET 'https://api.taap.it/v1/domains/domain_987654321' \
  -H 'Authorization: Bearer taapit_your_api_key_here'
Response:
{
  "id": "domain_987654321",
  "domain": "links.yourcompany.com",
  "description": "Custom domain for marketing links",
  "is_verified": true,
  "created_at": "2024-01-15T10:30:00Z"
}

Authorization

Authorization
string
required
Bearer token for API authentication. Format: Bearer YOUR_API_KEY

Path Parameters

domain_id
string
required
Unique identifier for the domain

Response Fields

id
string
required
Unique identifier for the domain
domain
string
required
The custom domain name
description
string
Description of the domain
is_verified
boolean
Whether the domain is verified
created_at
string
required
ISO 8601 timestamp when the domain was created