| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Make a request to see history. |

#### URL Expired

The URL for this request expired after 30 days.

### Create a new vanity domain

- **domain_name**  
  *string*  
  required  
  The vanity domain to create.

- **service_type**  
  *string*  
  enum  
  required  
  The Canopy service to create the domain for.
  
  Allowed:  
  `os` `borrower-portal` `guest-pay`

# Response Status Codes

```
200      Successful creation of a vanity domain
401      Unauthorized.
403      Forbidden.
429      Too many requests.
default   Unexpected Error.
```

Updated about 1 year ago

---

### Example Request

```bash
curl --request POST \
     --url https://contact/%20sales%20to%20enable%20your%20sandbox/organization/vanity-domain \
     --header 'accept: application/json' \ 
     --header 'content-type: application/json' \ 
     --data '\n{\n  "service_type": "os"\n}\n' 
```

### Try It!

Click `Try It!` to start a request and see the response here!

Response Format:

```json
200
```
