Skip to main content
POST
https://api.kisara.my.id
/
auth
/
refresh
Refresh JWT token
curl --request POST \
  --url https://api.kisara.my.id/auth/refresh \
  --header 'Content-Type: application/json' \
  --data '
{
  "refresh_token": "<string>"
}
'
{
  "message": "<string>",
  "data": {
    "access_token": "<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.

Body

application/json
refresh_token
string
required
Minimum string length: 1

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