Skip to main content
POST
/
api
/
public
/
v1
/
domains
/
list
List custom domains
curl --request POST \
  --url http://app.localhost:3000/api/public/v1/domains/list \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "code": "<string>",
  "issues": [
    {
      "message": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Successful response