get https://api.trinsic.id/credentials/v1/definitions/schemas
List all schemas registered to or used by the authenticated organization.
Service Clients (SDKs)
This endpoint can be accessed using one of our service clients as follows.
For more information on how to use our service clients, see our Service Clients (SDKs) guide.
IList<SchemaRecord> schemas = await _credentialsClient.ListSchemasAsync();
let schemas = await credentialsClient.listSchemas();
schemas = credentials_client.list_schemas()
schemas = credentials_client.list_schemas