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
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Date | string | ||
Content-Type | string | ||
x-content-sha256 | string |
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}