v1
latestOpenAPI 3.0.02026-08-062903562.2 MBDomain Slug
createFundraisingPageDomainSlug
Create a Domain Slug for the specified Fundraising Page
post/fundraising-pages/{fundraising_page}/domain-slugs
Path parameters
fundraising_pageinteger required
Example:2173528
Primary identifier of specified Fundraising Page
Request body
Example request
{
"value": "15thbowlathon"
}Response
Success
Example response
{
"created_at": "2021-04-23T08:23:21Z",
"deleted_at": "2021-04-23T08:23:21Z",
"domain_id": 1,
"fundraising_entity_id": 2173528,
"fundraising_entity_type": "fundraising_page",
"id": 235,
"domain_masking_url": "subdomain.domain.tld",
"updated_at": "2021-04-23T10:25:03Z",
"value": "15thbowlathon"
}