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": "7b8c9d0e1f2a3b4c5d6e7f8a9b0c1d2e3f4a5b6c", "refresh_token_expires_in": 15811201 }
STATUS200 OK