List all projects accessible by the API key.
cURL
curl --request GET \ --url https://api.adaline.ai/v2/projects \ --header 'Authorization: Bearer <token>'
{ "projects": [ { "id": "<string>", "title": "<string>", "icon": { "type": "emoji", "value": "<string>" }, "createdAt": 17450965800000, "updatedAt": 17450965800000 } ] }
Workspace API key. Pass as Authorization: Bearer <key>.
Authorization: Bearer <key>
Projects retrieved.
Show child attributes
Was this page helpful?