cURL
curl --request GET \ --url https://api.formizee.com/v1/keys \ --header 'Authorization: Bearer <token>'
{ "_metadata": { "page": 1, "totalPages": 2, "itemsPerPage": 100 }, "keys": [ { "id": "key_4VjHrJoEwAFC6itz8oUBW9NW2bia", "name": "My New Key", "workspaceId": "ws_4VjHrJoEwAFC6itz8oUBW9NW2bia", "lastAccess": "2024-07-23 12:41:45.38215", "expiresAt": "2024-07-23 12:41:45.38215" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
x >= 1
List keys
The response is of type object.
object
Was this page helpful?