A2Z Events Developer Documentation¶
Welcome to the public developer portal for A2Z Events.
This site is designed for external developers and partners working with:
- REST APIs for exhibitor and event-related data
- SSO/OIDC user login with the A2Z Identity Provider (IdP)
What You Can Do Here¶
- Understand how API authentication works (
client_credentialsflow) - Implement user sign-in via OIDC authorize flow
- Apply required request headers and pagination conventions
- Use practical samples for token retrieval, bearer usage, and exhibitor lookup
Access Model¶
Two independent auth paths
SSO/OIDC flow authenticates a user for login scenarios.
REST API auth flow uses service credentials to obtain API access tokens.
These are related but are not the same token flow.
Next Step¶
Start with Getting Started > Overview.