API Keys
List API keys
Dashboard session only. Plaintext is never returned again — only last4 and metadata.
GET
List API keys
Response
Active and revoked keys for the active org.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Dashboard session only. Plaintext is never returned again — only last4 and metadata.
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"
}
]
}Active and revoked keys for the active org.
Show child attributes
Was this page helpful?
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"
}
]
}