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
sub_account_id str ✔️ The ID of the product environment. abcde1fghij2klmno3pqrst4uvwxy5z
page_size Optional[int] How many entries to display on each page.
page Optional[int] Which page to return (maximum pages 100). Default: All pages are returned.
sort_by Optional[models.SortBy] Which response parameter to sort by. Possible values: api_key, created_at, name, enabled.
created_at
sort_order Optional[models.SortOrder] Control the order of returned keys. Possible values: desc (default), asc.
asc