Skip to main content
GET
/
data-shop
/
company
/
{company_id}
Get all data-shops for a company.
curl --request GET \
  --url https://api-dev.narrative.io/data-shop/company/{company_id} \
  --header 'Authorization: Bearer <token>'
{
  "records": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "hostname": "<string>",
      "created_by": 123,
      "created_at": "2021-06-24T00:54:40.029056Z",
      "updated_by": 123,
      "updated_at": "2021-06-24T00:54:40.029056Z",
      "compan_id": 345,
      "manifest": {}
    }
  ]
}

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

records
object[]
required