curl --request GET \
--url https://api-dev.narrative.io/data-stream/company/{company_id}/slug/{slug}/schema \
--header 'Authorization: Bearer <token>'{
"value": {
"type": "double"
},
"iso_4217_currency": {
"type": "string"
},
"tags": {
"type": "array",
"items": {
"type": "string"
}
}
}Retrieve schema for deliveries from this data stream.
curl --request GET \
--url https://api-dev.narrative.io/data-stream/company/{company_id}/slug/{slug}/schema \
--header 'Authorization: Bearer <token>'{
"value": {
"type": "double"
},
"iso_4217_currency": {
"type": "string"
},
"tags": {
"type": "array",
"items": {
"type": "string"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The id of an existing company
The DataStream's slug. Used for SEO/URLs.
OK
Show child attributes