List API Keys for User

This endpoint returns a paginated list of Uberflip API Keys for a user.

Log in to see full request history
Path Params
integer
required

The unique identifer of the user

Query Params
string

Specify a value to return only results that match the value in the name field.

string

Specify the field that should be used to sort the returned API Keys. See the table below for accepted sort values. Sort order will be either ascending or alphabetical depending on the field specified.

  • id: Sort by API Key identifier
  • name: Sort by API Key name
  • created_at: Sort by API Key creation date
  • modified_at: Sort by date on which API Key was last modified
integer
1 to 100
Defaults to 25

Set the number of results returned per page. Defaults to 25 if not set.

integer
≥ 1
Defaults to 1

Specify the page of results to be returned. Defaults to 1 if not set.

Response

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json