Skip to main content
GET
https://api.kisara.my.id
/
auth
/
api-keys
List API keys
curl --request GET \
  --url https://api.kisara.my.id/auth/api-keys \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "data": {
    "items": [
      {
        "id": "<string>",
        "name": "<string>",
        "key_id": "<string>",
        "last_four": "<string>",
        "created_at": "2023-11-07T05:31:56Z",
        "updated_at": "2023-11-07T05:31:56Z",
        "revoked_at": "2023-11-07T05:31:56Z",
        "expires_at": "2023-11-07T05:31:56Z"
      }
    ]
  },
  "metadata": {
    "method": "<string>",
    "url": "<string>",
    "execution_time_ms": 123,
    "ip": "<string>",
    "timestamp": "2023-11-07T05:31:56Z"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.kisara.my.id/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Internal web-session JWT, used only for session-based account actions and API key management.

Response

Default Response

status_code
enum<number>
required
Available options:
200
message
string
required
data
object
required
metadata
object
required
Last modified on April 16, 2026