curl --request GET \
--url https://api.dnsradar.dev/organization \
--header 'X-Api-Key: <api-key>'{
"id": "org_abc123...",
"name": "Pied Piper",
"line1": "5230 Newell Rd",
"line2": "Suite 400",
"zipcode": "94303",
"city": "Palo Alto",
"state": "CA",
"country": "US",
"company_vat": "<string>",
"billing_email": "billing@piedpiper.com",
"is_premium": true,
"renew_date": "2023-11-07T05:31:56Z",
"cancels_at": "2023-11-07T05:31:56Z",
"card_expiry": "2023-11-07T05:31:56Z",
"card_brand": "visa",
"last4": "1234",
"webhook_limit": 5,
"max_api_keys": 10,
"total_monitors": 150
}Get details of the organization that manages the API key.
curl --request GET \
--url https://api.dnsradar.dev/organization \
--header 'X-Api-Key: <api-key>'{
"id": "org_abc123...",
"name": "Pied Piper",
"line1": "5230 Newell Rd",
"line2": "Suite 400",
"zipcode": "94303",
"city": "Palo Alto",
"state": "CA",
"country": "US",
"company_vat": "<string>",
"billing_email": "billing@piedpiper.com",
"is_premium": true,
"renew_date": "2023-11-07T05:31:56Z",
"cancels_at": "2023-11-07T05:31:56Z",
"card_expiry": "2023-11-07T05:31:56Z",
"card_brand": "visa",
"last4": "1234",
"webhook_limit": 5,
"max_api_keys": 10,
"total_monitors": 150
}API key used to authenticate yourself on DNSRadar. Obtain your API key from your DNSRadar dashboard.
Organization details
Organization or workspace
Organization UUID (32 characters)
"org_abc123..."
Organization name
"Pied Piper"
Address line 1
"5230 Newell Rd"
Address line 2
"Suite 400"
Postal/ZIP code
"94303"
City
"Palo Alto"
State or province
"CA"
2-letter country code
"US"
European VAT/Tax number
Billing contact email address
"billing@piedpiper.com"
Whether organization has an active subscription
Next billing date
Scheduled cancellation date
Credit card expiry date
Credit card brand (visa, mastercard, etc.)
"visa"
Last 4 digits of credit card
"1234"
Maximum number of webhooks allowed for this organization. You can request an increase by contacting support.
5
Maximum number of API keys allowed for this organization. You can request an increase by contacting support.
10
Total number of monitors in this organization
150