Skip to main content
POST
https://backend-develop.themarketunited.com
/
auth
/
refresh
Refresh session
curl --request POST \
  --url https://backend-develop.themarketunited.com/auth/refresh \
  --header 'Content-Type: application/json' \
  --data '
{
  "refreshToken": "<string>"
}
'
{
  "accessToken": "<string>",
  "refreshToken": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://unitedmarket.mintlify.app/llms.txt

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

Body

application/json
refreshToken
string
required

Response

200 - application/json

Session tokens returned.

accessToken
string
refreshToken
string