Skip to content

Commit d09cc72

Browse files
committed
update docs
1 parent cca88a5 commit d09cc72

1 file changed

Lines changed: 22 additions & 1 deletion

File tree

docs/deploying-aggregators.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,25 @@ Under construction.
116116

117117
## Provision Flow
118118

119-
Under construction.
119+
Under construction.
120+
121+
## Listing available aggregators
122+
123+
To list available aggregators, send a `GET` request to the registration endpoint:
124+
- Add an `Authorization` header to list all aggregators you have access to
125+
- Omit the `Authorization` header to list public aggregators
126+
127+
```http
128+
GET /registration
129+
```
130+
131+
#### Response
132+
133+
```json
134+
{
135+
"aggregators": [
136+
<aggregator-base-iri-1>,
137+
...
138+
]
139+
}
140+
```

0 commit comments

Comments
 (0)