post https://ai.propershot.com/v1/force-refresh
Refresh the JWT token by providing the client ID and client secret.
Responses
400Invalid client ID or client secret
500Server error
Refresh the JWT token by providing the client ID and client secret.
400Invalid client ID or client secret
500Server error
xxxxxxxxxx
curl --request POST \
--url https://ai.propershot.com/v1/force-refresh \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"access_token": "your_jwt_token",
"expires_in": 2592000,
"token_type": "Bearer"
}