Skip to main content

Return a snapshot of a resource server

GET 

/v2/modules/:module/setups/:setupId/resource-servers/:resourceId/snapshots/:snapshotId

Retrieves a specific snapshot of the resource server, identified by the snapshot ID. The snapshot contains the full resource server configuration, including all scopes, as it was defined for that versioned state.

Request

Path Parameters

    module stringrequired
    setupId stringrequired
    resourceId stringrequired
    snapshotId stringrequired

Responses

Resource server snapshot found

Schema
    scopes object[]required
  • Array [
  • metadata object[]
  • Array [
  • name string
    value string
    locale string
  • ]
  • name string
    policy_implicit_flow string
    policy_authorization_code_flow string
    policy_refresh_token string
    policy_force_reauthentication boolean
    custom_claims string
  • ]
  • metadata object[]
  • Array [
  • name string
    value string
    locale string
  • ]
  • name string
    owner string
    comment string
    uri uri
    valid_from date-time
Loading...