cURL
curl --request GET \ --url https://api.timesdb.in/keys \ --header 'Authorization: Bearer <token>'
{ "items": [ { "id": "<string>", "status": "ACTIVE", "secret": "<string>", "created_at": "2023-11-07T05:31:56Z" } ], "total": 123, "current_page": "<string>", "current_page_backwards": "<string>", "previous_page": "<string>", "next_page": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Show child attributes
ACTIVE
INACTIVE
Total items
Cursor to refetch the current page
Cursor to refetch the current page starting from the last item
Cursor for the previous page
Cursor for the next page