Google Auth
Operations Summary
| Method | Endpoint | Description |
|---|---|---|
| Core CRUD | ||
| GET | /api/google-auth/ |
List Google Auth |
| GET | /api/google-auth/{uuid}/ |
Retrieve |
| Other Actions | ||
| GET | /api/google-auth/{uuid}/authorize/ |
Authorize |
| GET | /api/google-auth/callback/ |
Callback endpoint for Google authorization |
Core CRUD
List Google Auth
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 | |
- API Source:
google_auth_list
1 2 3 4 5 6 7 8 9 10 | |
| Name | Type | Description |
|---|---|---|
field |
array | |
has_credentials |
boolean | has_credentials |
page |
integer | A page number within the paginated result set. |
page_size |
integer | Number of results to return per page. |
200 -
The response body is an array of objects, where each object has the following structure:
| Field | Type |
|---|---|
url |
string (uri) |
uuid |
string (uuid) |
created |
string (date-time) |
description |
string |
enable_notifications |
boolean |
customer |
string (uri) |
customer_name |
string |
customer_uuid |
string (uuid) |
customer_image |
string (uri) |
customer_abbreviation |
string |
customer_slug |
string |
customer_native_name |
string |
customer_country |
string |
image |
string (uri) |
organization_groups |
array of objects |
organization_groups.uuid |
string (uuid) |
organization_groups.url |
string (uri) |
organization_groups.name |
string |
organization_groups.parent_uuid |
string (uuid) |
organization_groups.parent_name |
string |
organization_groups.parent |
string (uri) |
organization_groups.customers_count |
integer |
offering_count |
integer |
calendar_token |
string |
calendar_refresh_token |
string |
google_auth_url |
string |
Retrieve
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 11 12 | |
- API Source:
google_auth_retrieve
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
| Name | Type | Required |
|---|---|---|
uuid |
string (uuid) | ✓ |
| Name | Type |
|---|---|
field |
array |
200 -
| Field | Type |
|---|---|
url |
string (uri) |
uuid |
string (uuid) |
created |
string (date-time) |
description |
string |
enable_notifications |
boolean |
customer |
string (uri) |
customer_name |
string |
customer_uuid |
string (uuid) |
customer_image |
string (uri) |
customer_abbreviation |
string |
customer_slug |
string |
customer_native_name |
string |
customer_country |
string |
image |
string (uri) |
organization_groups |
array of objects |
organization_groups.uuid |
string (uuid) |
organization_groups.url |
string (uri) |
organization_groups.name |
string |
organization_groups.parent_uuid |
string (uuid) |
organization_groups.parent_name |
string |
organization_groups.parent |
string (uri) |
organization_groups.customers_count |
integer |
offering_count |
integer |
calendar_token |
string |
calendar_refresh_token |
string |
google_auth_url |
string |
Other Actions
Authorize
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 11 12 | |
- API Source:
google_auth_authorize_retrieve
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
| Name | Type | Required |
|---|---|---|
uuid |
string (uuid) | ✓ |
| Name | Type |
|---|---|
field |
array |
200 -
| Field | Type |
|---|---|
url |
string (uri) |
uuid |
string (uuid) |
created |
string (date-time) |
description |
string |
enable_notifications |
boolean |
customer |
string (uri) |
customer_name |
string |
customer_uuid |
string (uuid) |
customer_image |
string (uri) |
customer_abbreviation |
string |
customer_slug |
string |
customer_native_name |
string |
customer_country |
string |
image |
string (uri) |
organization_groups |
array of objects |
organization_groups.uuid |
string (uuid) |
organization_groups.url |
string (uri) |
organization_groups.name |
string |
organization_groups.parent_uuid |
string (uuid) |
organization_groups.parent_name |
string |
organization_groups.parent |
string (uri) |
organization_groups.customers_count |
integer |
offering_count |
integer |
calendar_token |
string |
calendar_refresh_token |
string |
google_auth_url |
string |
Callback endpoint for Google authorization
Callback endpoint for Google authorization.
1 2 3 4 5 6 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
- API Source:
google_auth_callback_retrieve
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | |
| Name | Type | Required | Description |
|---|---|---|---|
code |
string | ✓ | Authorization code |
state |
string | ✓ | Service provider UUID |
200 - No response body