Get a custom claim schema history version.
GET
/api/admin/custom-claims/{schemaId}/history/{version}
Code sample: Shell / cURL
curl --request GET \ --url https://auth.example.com/api/admin/custom-claims/example/history/1 \ --header 'Authorization: Bearer <token>'Returns the full stored history entry for one custom claim schema version, including snapshot and field-level changes.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” schemaId
required
string
Custom claim schema identifier.
version
required
integer
Positive schema history version number.
Responses
Section titled “ Responses ”Custom claim history version response.
Media type application/json
object
history
required
object
id
required
string
tenant_id
required
string
schema_id
required
string
version
required
integer
operation
required
string
snapshot
required
object
key
additional properties
changes
required
object
key
additional properties
actor_id
string | null
actor_type
string | null
change_source
string | null
created_at
required
integer format: int64
key
additional properties
key
additional properties
Example
{ "history": { "operation": "create" }}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}