Search for OAuth configs using POST

POST {{stripeUrl}}/admin/v1/OAuthConfig/.search

Request Body

{"schemas"=>["urn:ietf:params:scim:api:messages:2.0:SearchRequest"], "attributes"=>["accessTokenExpirySeconds", "refreshTokenExpirySeconds", "maxAllowedScopesPerResource", "clockSkewSeconds"], "sortOrder"=>"ASCENDING"}

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Datestring
Content-Typestring
x-content-sha256string

RESPONSES

status: OK

{"schemas":["urn:ietf:params:scim:api:messages:2.0:ListResponse"],"totalResults":1,"Resources":[{"id":"OAuthConfig","accessTokenExpirySeconds":3600,"refreshTokenExpirySeconds":604800,"maxAllowedScopesPerResource":20,"clockSkewSeconds":60}],"startIndex":1,"itemsPerPage":50}