cURL
curl --request GET \ --url https://api.hyra.io/workspace/google/{workspaceId} \ --header 'Authorization: Bearer <token>'
{ "setup": true, "format": { "first_name": "<string>", "last_name": "<string>", "email": "<string>" }, "admin_email": "<string>" }
Retrieve Google Workspace Configuration
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Default Response
The response is of type object.
object