Get all application keys owned by current user

GET {{baseUrl}}/api/v2/current_user/application_keys

List all application keys available for current user

Request Params

KeyDatatypeRequiredDescription
page[size]numberSize for a given page. The maximum allowed value is 100.
page[number]numberSpecific page number to return.
sortstringApplication key attribute used to sort results. Sort order is ascending
by default. In order to specify a descending sort, prefix the
attribute with a minus sign.
filterstringFilter application keys by the specified string.
filter[created_at][start]stringOnly include application keys created on or after the specified date.
filter[created_at][end]stringOnly include application keys created on or before the specified date.
includestringResource path for related resources to include in the response. Only owned_by is supported.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"data":[{"attributes":{"created_at":"2020-11-23T10:00:00.000Z","last4":"abcd","name":"Application Key for managing dashboards","scopes":["dashboards_read","dashboards_write","dashboards_public_share"]},"id":"nostrud","relationships":{"owned_by":{"data":{"id":"00000000-0000-0000-2345-000000000000","type":"users"}}},"type":"application_keys"},{"attributes":{"created_at":"2020-11-23T10:00:00.000Z","last4":"abcd","name":"Application Key for managing dashboards","scopes":["dashboards_read","dashboards_write","dashboards_public_share"]},"id":"magna ut","relationships":{"owned_by":{"data":{"id":"00000000-0000-0000-2345-000000000000","type":"users"}}},"type":"application_keys"}],"included":[{"attributes":{"created_at":"1961-12-26T09:33:04.908Z","disabled":false,"email":"eu ut dolore aute","handle":"sunt anim veniam fugiat","icon":"sunt fugiat Lorem adipisicing sit","modified_at":"2010-02-06T08:06:38.022Z","name":"mollit reprehenderit dolor cupidatat","service_account":false,"status":"incididunt esse","title":"sed officia pariatur","verified":true},"id":"reprehenderit cillum adipisi","relationships":{"org":{"data":{"id":"00000000-0000-beef-0000-000000000000","type":"orgs"}},"other_orgs":{"data":[]},"other_users":{"data":[]},"roles":{"data":[{"id":"3653d3c6-0c75-11ea-ad28-fb5701eabc7d","type":"roles"},{"id":"3653d3c6-0c75-11ea-ad28-fb5701eabc7d","type":"roles"}]}},"type":"users"},{"attributes":{"created_at":"1983-11-29T18:09:08.094Z","disabled":false,"email":"Duis","handle":"sunt ut do","icon":"velit sit","modified_at":"1951-11-07T11:04:55.182Z","name":"qui labore","service_account":true,"status":"id aute velit dolor","title":"et Excepteur","verified":true},"id":"in amet qui aute","relationships":{"org":{"data":{"id":"00000000-0000-beef-0000-000000000000","type":"orgs"}},"other_orgs":{"data":[]},"other_users":{"data":[]},"roles":{"data":[{"id":"3653d3c6-0c75-11ea-ad28-fb5701eabc7d","type":"roles"},{"id":"3653d3c6-0c75-11ea-ad28-fb5701eabc7d","type":"roles"}]}},"type":"users"}],"meta":{"max_allowed_per_user":-38029116,"page":{"total_filtered_count":22366699}}}