cURL
curl --request GET \ --url https://api.example.com/v1/workspaces/me \ --header 'Authorization: Bearer <token>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "slug": "<string>", "plan": "<string>", "plan_status": "<string>", "beta_override": true, "emails_sent_this_period": 123, "inbound_received_this_period": 123, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "trial_ends_at": "2023-11-07T05:31:56Z", "current_period_start": "2023-11-07T05:31:56Z", "current_period_end": "2023-11-07T05:31:56Z" }
Return the workspace associated with the authenticated API key.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response