Retrieves a list of OAuth2 credentials.
filter | string Filters the collection items. This field requires
a special format. Use For more information, see Using filter with collections. |
limit | integer [ 0 .. 1000 ] Limits the number of collection items to be returned. |
offset | integer >= 0 Specifies the starting point within the collection of items to be returned. |
sort | Array of strings Sorts and orders the collection of items. To sort in descending
order, prefix with |
q | string Use this field to perform a partial search of text fields. |
List of OAuth2 credentials retrieved.
Unauthorized access. Invalid credentials used.
Access forbidden.
[- {
- "hash": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "status": "active",
- "deactivationTime": "2019-08-24T14:15:22Z",
- "service": "google-sheets",
- "code": "2/smAHUUr9jOxw_IOp47Y_dH1r2Y",
- "accessToken": "zw34.PltIPtJZHmEgZS9R4RoGpzaRrJd5MYjZIONQ2MjWSCj7N7Iqp9BXXFIbkhDRfAPs6cB1pKtTjLUgb3ofzgHUprJfnRiMDTnB_yPMK7vtgobCX4SUs7fhrR6bdApq",
- "refreshToken": "2/4DPERp2EiySF6JUIOTS4jM5f0JmLG2gPcpGaWYTGU94",
- "_links": [
- {
- "href": "string",
- "rel": "self"
}
]
}
]