Search all OAuth configurations (get token timeouts)

GET {{stripeUrl}}/admin/v1/OAuthConfig?attributes=accessTokenExpirySeconds,refreshTokenExpirySeconds

Request Params

KeyDatatypeRequiredDescription
attributesstring

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Datestring

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}