Search all OAuth configurations (get token timeouts)
GET {{stripeUrl}}/admin/v1/OAuthConfig?attributes=accessTokenExpirySeconds,refreshTokenExpirySeconds
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
attributes | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Date | string |
RESPONSES
status: OK
{"schemas":["urn:ietf:params:scim:api:messages:2.0:ListResponse"],"totalResults":1,"Resources":[{"id":"OAuthConfig","accessTokenExpirySeconds":3600,"refreshTokenExpirySeconds":604800}],"startIndex":1,"itemsPerPage":50}