Integrate with Aevum Zenth's unified API ecosystem. Download our official collection, configure environments, and authenticate in seconds.
Complete endpoint suite for all Aevum Zenth services. Includes request bodies, auth headers, and response examples.
Pre-built variables for staging, production, and sandbox. Automatically injects base URLs, API keys, and tenant IDs.
BASE_URL: "https://api.aevumzenth.io/v2/"
AUTH_TYPE: "Bearer Token"
HEADER: "Authorization: Bearer <YOUR_API_KEY>"
curl -X GET https://api.aevumzenth.io/v2/services \
-H "Authorization: Bearer AZ_TEST_KEY_88291" \
-H "Content-Type: application/json"
Launch your workspace and navigate to the Collections sidebar.
Click Import → select both JSON files. Postman will auto-detect the environment variables.
Select the az-production environment. Replace placeholder keys with your credentials and execute requests.