cURL
curl --request GET \ --url https://api.trytldw.ai/v1/collections/ \ --header 'Authorization: Bearer <token>'
{ "collections": [ { "id": "<string>", "name": "<string>" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Show child attributes
Was this page helpful?