⌘K
All guides
Onboarding· 5 min

Getting Started

Create a partner account, issue credentials, and make your first authenticated API call.

  1. 1

    Browse public docs

    Review OpenAPI specs and guides on developers.parkerapex.com without signing in. Production API calls go to api.parkerapex.com; use sandbox.api.parkerapex.com for test traffic.

  2. 2

    Apply as a partner

    Complete the partner application on the developer portal. Submit your organization profile and integration use case so we can enable the right scopes.

    bash
    https://developers.parkerapex.com/apply
  3. 3

    Create an API key or OAuth client

    Issue a scoped bearer token for server-to-server integrations, or register an OAuth 2.0 client for SMART / user-delegated flows.

    bash
    https://developers.parkerapex.com/tokens
  4. 4

    Call the health endpoint

    Verify connectivity before integrating deeper workflows.

    bash
    "text">-amber-300 font">-semibold">curl "text-cyan-300">-s https://api.parkerapex.com/health | "text">-amber-300 font">-semibold">jq

Related