Request example
CURLcurl -X POST "https://api.buddy.works/oauth2/token" \ -H "Authorization: Bearer <YOUR-TOKEN>" \ -H "Content-Type: application/json"
EXAMPLE RESPONSE{ "access_token": "e4d6521d0cbad72e1e7f2d0ba3ef74b6b2e7a5c8", "token_type": "Bearer", "expires_in": 3600, "refresh_token": "0123456789abcdef0123456789abcdef01234567", "refresh_token_expires_in": 15811201 }
STATUS200 OK