Skip to main content
GET
/
companies
/
{company_id}
/
domains
Lists Company Domains
curl --request GET \
  --url https://api-dev.narrative.io/companies/{company_id}/domains \
  --header 'Authorization: Bearer <token>'
{
  "domains": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

company_id
integer<int64>
required

The id of an existing company

Response

200 - application/json

OK

Lists company's domains

domains
string[]