Postman Collection
You can import the Postman collection to test the Integration API endpoints.
Download
The Postman collection file is available at: Apex Brokerage Integration API.postman_collection.json
Import Instructions
- Open Postman
- Click Import button
- Select the collection JSON file
- Configure environment variables:
base_url:https://api.apex.com/api/v1/integrationaccess_token: Your access token (will be set automatically after authentication)
Authentication
The collection includes a pre-request script that automatically adds the Bearer token to requests. Make sure to authenticate first using the "Authenticate" request.
Environment Variables
Create a Postman environment with these variables:
base_url: Base URL for the APIaccess_token: JWT access token (set automatically)refresh_token: Refresh token (set automatically)api_key: Your API keysecret_key: Your secret key