cURL
curl --request GET \ --url https://api.ongoody.com/v1/workspaces \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "f9b75e5f-3595-43c2-86b6-df872613daec", "name": "Workspace 1" }, { "id": "066e4e62-0cb8-4cfb-beb7-1ed83fba5551", "name": "Workspace 2" } ], "list_meta": { "total_count": 2 } }
Your Goody API key.
Workspaces retrieved
Show child attributes