OAuth
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
POST /oauth/token HTTP/1.1
Host: public-api.alternativepayments.io
Authorization: Basic username:password
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 21
"grant_type='text'"{
"access_token": "580defdbe1d21e0001c67e5c2a0a6c98ba8b4a059dc5825388501574",
"expires_in": 3600,
"token_type": "bearer"
}