Skip to main content
GET
https://api.kisara.my.id
/
user
Get current user profile
curl --request GET \
  --url https://api.kisara.my.id/user/ \
  --header 'X-API-Key: <api-key>'
{
  "message": "<string>",
  "data": {
    "name": "<string>",
    "link_id": "<string>",
    "profile_url": "<string>"
  },
  "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

X-API-Key
string
header
required

Consumer-facing API authentication. Use this for protected User/Message endpoints.

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