v1
latestOpenAPI 3.0.02026-08-062903562.2 MBDomain Slug
fetchDomainSlug
Fetch specified Domain Slug
get/domain-slugs/{domain_slug}
Path parameters
domain_sluginteger required
Example:235
Primary identifier of Domain Slug
Query parameters
withstring[]
Request specific relationships to be returned with the DomainSlug
[ "domain" ]
Response
Success
Example response
{
"created_at": "2021-04-23T08:23:21Z",
"deleted_at": "2021-04-23T08:23:21Z",
"domain_id": 1,
"fundraising_entity_id": 227362,
"fundraising_entity_type": "campaign",
"id": 235,
"domain_masking_url": "subdomain.domain.tld",
"updated_at": "2021-04-23T10:25:03Z",
"value": "15thbowlathon"
}