Welcome to the autogenerated documentation & test tool for Avaza’s API.
API Security & AuthenticationAuthentication options include OAuth2 Implicit and Authorization Code flows, and Personal Access Token. All connections should be encrypted over SSL/TLS
You can set up and manage your api authentication credentials from within your Avaza account. (requires Administrator permissions on your Avaza account).
OAuth2 Authorization endpoint:
https://any.avaza.com/oauth2/authorizeOAuth2 Token endpoint:
https://any.avaza.com/oauth2/tokenBase URL for subsequent API Requests:
https://api.avaza.com/Blogpost about authenticating with Avaza’s API:
https://www.avaza.com/avaza-api-oauth2-authentication/Blogpost on using Avaza’s webhooks:
https://www.avaza.com/avaza-api-webhook-notifications/The OAuth flow currently issues Access Tokens that last 1 day, and Refresh tokens that last 180 days
The Api respects the security Roles assigned to the authenticating Avaza user and filters the data return appropriately.
SupportFor API Support, and to request access please contact Avaza Support Team via our support chat.
User Contributed Libraries:Graciously contributed by 3rd party users like you.
Note these are not tested or endorsesd by Avaza. We encourage you to review before use, and use at own risk.
Use this page to mock Avaza API Documentation in your testing and development.
Run our mock API sample using the open source WireMock library, or in the free edition of WireMock Cloud. You'll have a working API server simulating the behavior of Avaza API Documentation, which will allow you to keep building and testing even if the actual API you isn't currently available.