HisendHISEND Docs

Create Routing

POST
/domains/{domain_id}/routing

Authorization

Authorization
AuthorizationBearer <token>

In: header

Path Parameters

domain_id*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://api.hisend.app/v1/domains/string/routing" \  -H "Content-Type: application/json" \  -d '{    "type": "catch_all"  }'