In order to execute transactions with Axosnet Cloud Solutions such as Axosnet Suppliers Cloud Portal, you need to have the following Information :
- ClientId
- ClientSecret
Using those two elements, the following endpoints can be used to request an access token to be able to make calls to Axosnet Cloud Solutions such as Axosnet Suppliers Cloud Portal.
Endpoint:
https://devapi.axosnet.com/acs/user/oauth/token?scope=group/access | Method POST |
Headers | Notes |
Authorization: Basic xxxxxxxxxx | xxxxxxxxxx hash in base64 with format clientId:clientSecret |
JSON Result | Notes |
{ “access_token”: “token” } |
Result:
StatusCode | Mesage |
404 | The client secret doesn’t exist or was previously deleted, contact your Administrator. |
404 | The client secret has been deactivated, contact your Administrator. |
400 | Invalid scope |
400 | Message unsuccessful |
500 | ExceptionMessage |