2021-07-05
1curl https://withpersona.com/api/v1/api-keys \2 -H "Authorization: <apiKey>"
1{2 "data": [3 {4 "type": "api-key",5 "id": "api_eENJtyj61qWGLWCd2X7vHyAf",6 "attributes": {7 "name": {},8 "note": {},9 "api-version": "2021-07-05",10 "api-key-inflection": "kebab",11 "permissions": [12 "account.read",13 "account.write",14 "api_log.read",15 "..."16 ],17 "api-attributes-allowlist": [18 "address_*",19 "allowed_users",20 "..."21 ],22 "ip-address-allowlist": [23 "*"24 ],25 "last-used-at": "2022-08-17T23:24:00.000Z",26 "expires-at": {},27 "created-at": "2022-08-17T23:18:13.000Z"28 }29 }30 ],31 "links": {32 "prev": {},33 "next": {}34 }35}
Limit on the number of APK keys returned (between 1 and 100)