cURL
curl --request GET \ --url https://api.gateway.tech/data-models \ --header 'Authorization: Bearer <token>'
"<unknown>"
Get all data models
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Page number
Page size
OK
The response is of type any.
any
Was this page helpful?