Skip to main content
GET
/
v1
/
api-keys
List API keys
curl --request GET \
  --url https://api.letmepost.dev/v1/api-keys
{
  "data": [
    {
      "id": "<string>",
      "name": "<string>",
      "prefix": "<string>",
      "last4": "<string>",
      "scopes": [
        "<string>"
      ],
      "createdAt": "2023-11-07T05:31:56Z",
      "profileId": "<string>",
      "lastUsedAt": "2023-11-07T05:31:56Z",
      "revokedAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Response

Active and revoked keys for the active org.

data
object[]
required