[
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"provider": "HOSTFULLY",
"client_id": "XXXXXXXXXX",
"scopes": "read_listings write_listings read_bookings",
"status": "ACTIVE",
"createdAt": "2024-03-20T10:00:00.000Z",
"updatedAt": "2024-03-20T10:00:00.000Z"
}
]
Retrieves all OAuth applications for the current workspace
[
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"provider": "HOSTFULLY",
"client_id": "XXXXXXXXXX",
"scopes": "read_listings write_listings read_bookings",
"status": "ACTIVE",
"createdAt": "2024-03-20T10:00:00.000Z",
"updatedAt": "2024-03-20T10:00:00.000Z"
}
]
OAuth apps retrieved successfully
The response is of type object[]
.