curl --request GET \ --url https://api.ongoody.com/v1/workspaces \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "9e164441-bcf6-4f7c-bc2b-ab3b76da14e8", "name": "Workspace 1" }, { "id": "f1719cc9-c966-48ee-8015-33af7eac7f01", "name": "Workspace 2" } ], "list_meta": { "total_count": 2 } }
Your Goody API key.
The response is of type object.
object