Retrieve a list of API keys for function authentication. Keys can be filtered by name and expiration status.
API key for authentication. Make sure to include the word apikey
, followed by a single space and then your token.
Example: apikey 1234$abcdef
Project ID
1
Region ID
1
Days to expire
x >= 1
5
Optional. Limit the number of returned items
0 < x <= 1000
1000
Optional. Offset value is used to exclude the first set of records from the result
x >= 0
0
Ordering fields and directions.
created_at.asc
, created_at.desc
, expire.asc
, expire.desc
, name.asc
, name.desc
Search through which value
"search-value"
OK
The response is of type object
.