Fetch the workspace details associated with the current authentication token.
cURL
curl --request GET \ --url https://api.invopop.com/access/v1/workspace
{ "country": "US", "created_at": "2018-01-01T00:00:00.000Z", "id": "347c5b04-cde2-11ed-afa1-0242ac120002", "name": "My Company", "sandbox": true, "slug": "my_company", "updated_at": "2018-01-01T00:00:00.000Z" }
OK
The response is of type object.
object
Was this page helpful?