curl --request GET \ --url https://api.ongoody.com/v1/workspaces \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "cbb04923-e559-45ad-96e7-bf8462727579", "name": "Workspace 1" }, { "id": "349aa9e7-e95c-45a5-aa0e-a77cef5390c9", "name": "Workspace 2" } ], "list_meta": { "total_count": 2 } }
Your Goody API key.
Workspaces retrieved
The response is of type object.
object