GET
/walkers/auth/
curl \
--request GET 'http://api.example.com/walkers/auth/?code=string&redirect=string' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (202)
{
"message": "string"
}
Response examples (400)
string
Response examples (401)
string
Response examples (405)
string
Response examples (503)
string