post https://example.com/authorizer/api/v1/accessgroups/search
Get access groups
Log in to see full request history
Responses
Get access groups
xxxxxxxxxx
curl --request POST \
--url 'https://example.com/authorizer/api/v1/accessgroups/search?offset=0&limit=100&sortkey=id&sortdir=ASC' \
--header 'Authorization: Bearer a-proper-token-goes-here' \
--header 'accept: application/json' \
--header 'content-type: application/json'
Try It!
to start a request and see the response here! Or choose an example: