cURL
curl --request GET \ --url https://api.ongoody.com/v1/workspaces \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "ae090999-90b7-483d-9b2e-43faed6731fc", "name": "Workspace 1" }, { "id": "8b5a6f5a-be5e-44f1-ab8f-c3bf7659f813", "name": "Workspace 2" } ], "list_meta": { "total_count": 2 } }
Your Goody API key.
Workspaces retrieved
Show child attributes