Sign in

Create alternate domain

documented

Adds an alternate domain to a customer.

POST api/Alternate_Domain/PostAlternate_Domainno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.cayzu.com/api/Alternate_Domain/Post" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -d '{"customer_id": {{$customer_id}}, "name": "{{$alternate_domain}}", "id": {{$id}}}'
Create alternate domain · Cayzu · OpenIntegrations