Skip to main content

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

  1. Open Postman
  2. Click Import button
  3. Select the collection JSON file
  4. Configure environment variables:
    • base_url: https://api.apex.com/api/v1/integration
    • access_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 API
  • access_token: JWT access token (set automatically)
  • refresh_token: Refresh token (set automatically)
  • api_key: Your API key
  • secret_key: Your secret key