post https://api.flumewater.com/oauth/token
Refreshes an access token. To retrieve the user_id
, the JWT token needs to be decoded. The "Content-Type" header must be set to "application/json".
Log in to see full request history
Responses
Refreshes an access token. To retrieve the user_id
, the JWT token needs to be decoded. The "Content-Type" header must be set to "application/json".
xxxxxxxxxx
curl --request POST \
--url 'https://api.flumewater.com/oauth/token?envelope=true' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"grant_type": "refresh_token"
}
'
Try It!
to start a request and see the response here! Or choose an example: