Get authorized subjects
Get authorized subjects
Allows to obtain the list of subjects that have been pre-authorized by the node, as well as the identifiers of the nodes from which to obtain them.
Query Parameters
- from string
Id of initial subject
- quantity integer
Quantity of subjects requested
Responses
- 200
- 400
- 500
Subject Data successfully retrieved
- application/json
- Schema
- Example (from schema)
- Example
Schema array
- providers string[]
Providers acting on a specific subject
- subject_id string
Subject identifier
[
{
"providers": [
"string"
],
"subject_id": "string"
}
]
[
{
"providers": [],
"subject_id": "JKZgYhPjQdWNWWwkac0wSwqLKoOJsT0QimJmj6zjimWc"
}
]
Bad Request
Internal Server Error
Loading...