cURL
curl --request GET \ --url https://api.gateway.tech/data-models/{id} \ --header 'Authorization: Bearer <token>'
{ "created_at": "<string>", "created_by": "<string>", "description": "<string>", "id": 123, "schema": {}, "title": "<string>", "updated_at": "<string>", "deleted_at": "<string>", "tags": [ "<string>" ] }
Get a data model by its ID
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Data Model ID
OK
Was this page helpful?