Hi team! The documentation for the admin endpoints...
# pactflow
j
Hi team! The documentation for the admin endpoints is missing in the HAL browser. Does anyone know where to find that, or if that's something that will be available at some point? I'd like to do simple things like listing all the active system accounts (the UI doesn't allow filtering at the moment) and similar operations. Thanks!
b
@Jonatan Jaworski we have it on our roadmap to get API docs published, but at the moment, we don’t have anything publicly available unfortunately.
The endpoint you want is
/admin/system-accounts
, however, there is no filtering supported on that endpoint at the moment, so you’d need to filter the response yourself.
j
Gotcha. Thanks!