API Overview
This section explains how API access works for AZExecute and how to authenticate correctly.
Authentication Model
The API uses Microsoft Entra ID with OAuth 2.0 / OpenID Connect. Clients authenticate against Entra ID and call API endpoints with a bearer token in the Authorization header.
How To Call the API
1. Register or use an approved client identity in Entra ID
2. Request an access token for the AZExecute API audience
3. Send requests with Authorization: Bearer <token>
4. Handle 401/403 responses by revalidating token and permissions
For endpoint-specific examples and role requirements, continue with the API documentation pages in this section.
If you encounter any issues or need further assistance, please contact us at
info@azexecute.com. Our support team is here to help you.