cURL
curl --request GET \ --url https://api.ongoody.com/v1/workspaces \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "ce95f875-9e27-4f9b-9a25-715303495921", "name": "Workspace 1" }, { "id": "d600d1db-47d0-4134-9328-12e269312359", "name": "Workspace 2" } ], "list_meta": { "total_count": 2 } }
Your Goody API key.
Workspaces retrieved
Show child attributes