Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 3.64 KB

File metadata and controls

12 lines (9 loc) · 3.64 KB

GetAccessKeysRequest

Fields

Field Type Required Description Example
subAccountId String ✔️ The ID of the product environment. abcde1fghij2klmno3pqrst4uvwxy5z
pageSize Optional<Long> How many entries to display on each page.
page Optional<Long> Which page to return (maximum pages 100). Default: All pages are returned.
sortBy Optional<SortBy> Which response parameter to sort by. Possible values: api_key, created_at, name, enabled.
created_at
sortOrder Optional<SortOrder> Control the order of returned keys. Possible values: desc (default), asc.
asc