cURL
curl --request POST \ --url https://backyard.posthoot.com/api/v1/auth/refresh \ --header 'Content-Type: application/json' \ --data '"<string>"'
{}
Get a new access token using a valid refresh token
The body is of type string.
string
New access token
Was this page helpful?