Get Workspace Info
Retrieves information about your current workspace.
GET
Get Workspace Info
Use this endpoint as the first health check for a new integration. It verifies that your API key is valid and returns the workspace context Ringg will use for subsequent API calls.
When to use
- Confirm backend connectivity during setup.
- Display workspace name, credit balance, or locked credits in an internal admin screen.
- Verify that a copied API key belongs to the expected workspace before storing it.
Integration notes
- Send the API key in the
X-API-KEYheader. - Treat the returned
api_keyvalue as sensitive; do not log or expose it in client applications. - If this endpoint returns
401, stop the flow and ask an administrator to check or regenerate the API key.
Example
Get Workspace Info
