RTIC details
curl --request GET \
--url https://product-api.thedatacity.com/api/v2/rtics \
--header 'Authorization: Bearer <token>'{}rtics
RTIC details
GET
/
v2
/
rtics
RTIC details
curl --request GET \
--url https://product-api.thedatacity.com/api/v2/rtics \
--header 'Authorization: Bearer <token>'{}Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
200 - application/json
RTIC catalogue / metadata (shape from platform service).
JSON object returned from the upstream product API with no extra shaping by this gateway. Exact properties depend on the operation. Fields may be omitted when the token lacks optional scopes (see config/api.php scope_field_map).
Last modified on June 23, 2026
⌘I