Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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": {} } ] }
Gets all data-shops belonging to a company or empty if non exist.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The id of an existing company
OK
Show child attributes
Was this page helpful?
Contact support