We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cca88a5 commit d09cc72Copy full SHA for d09cc72
1 file changed
docs/deploying-aggregators.md
@@ -116,4 +116,25 @@ Under construction.
116
117
## Provision Flow
118
119
-Under construction.
+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