curl --request POST \
--url https://api.yertle.com/auth/refresh \
--header 'Content-Type: application/json' \
--data '
{
"refreshToken": "<string>"
}
'{
"accessToken": "<string>",
"tokenType": "<string>",
"expiresIn": 123
}Refresh an access token using a refresh token.
curl --request POST \
--url https://api.yertle.com/auth/refresh \
--header 'Content-Type: application/json' \
--data '
{
"refreshToken": "<string>"
}
'{
"accessToken": "<string>",
"tokenType": "<string>",
"expiresIn": 123
}Documentation Index
Fetch the complete documentation index at: https://docs.yertle.com/llms.txt
Use this file to discover all available pages before exploring further.
Request model for token refresh.
Refresh token