clients
List registered clients
get/api/v1beta1/clients
Query parameters
cursorstring base64
Opaque cursor used for pagination. Can be obtained from the next_cursor field in PageInfo.
limitinteger
Numbers of items to return when paginating.
Response
List of clients
Example response
{
"next_cursor": "V2h5IGFyZSB5b3UgdHJ5aW5nIHRvIGRlY29kZSBhIGN1cnNvcj8gSSB0b2xkIHlvdSBpdCB3YXMgb3BhcXVlIDopCg=="
}