Skip to main content
POST
/
v1
/
auth
/
refresh
Authentication Token Refresh Operation
curl --request POST \
  --url https://api.iklim.co/v1/auth/refresh \
  --header 'Content-Type: application/json' \
  --data '
{
  "refreshToken": "<string>"
}
'
{
  "username": "<string>",
  "type": "<string>",
  "accessToken": "<string>",
  "refreshToken": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://api-docs.iklim.co/llms.txt

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

Body

application/json
refreshToken
string
required

Refresh Token

Response

Successful Authorization Token Refresh

username
string
required

User Name

type
string
required

Authentication Token Type

accessToken
string
required

Authentication Token

refreshToken
string
required

Refresh Token