> ## Documentation Index
> Fetch the complete documentation index at: https://support.pexcard.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Obtaining a PEX API key

> Register for a PEX developer account and request API access so your organization can authenticate against the PEX API.

<Note>
  **Note:**

  **Important Note: To use the PEX API, your organization must have an active administrator account with PEX and be approved for API access.**
</Note>

To be approved for API access, please follow the steps below:

<Steps>
  <Step>
    Register for a developer account with PEX at [https://developer.pexcard.com](https://developer.pexcard.com/)

    * *Important Note:* You will need to provide the business name **exactly as it** **matches** the business name listed on the business settings screen on the administrator site
    * You will also need to provide the username for your API user. We recommend you create a new administrator account to use solely with the API. For details on how to create a new administrator, please see "[How to Create Business Administrators](/administrator-guide/how-to-create-and-send-a-new-administrator-invite) "
  </Step>

  <Step>
    You will receive an email with a test business administrator username and password for use in the **Sandbox** environment
  </Step>

  <Step>
    Log in to the developer site with your developer account credentials
  </Step>

  <Step>
    Click on the Dashboard tab
  </Step>

  <Step>
    On the right of the Dashboard, you will see your "Client Id" and "Client Secret". Click the link below titled "Manage your keys".

    * *Important Note:* The default keys shown are for use in the **Sandbox**. These can be used in conjunction with the Sandbox admin username and password, sent to you in the email in step 2.
  </Step>

  <Step>
    Once you have finished development in Sandbox, email [adminsupport@pexcard.com](mailto:adminsupport@pexcard.com), requesting a review of your application and applying for access to Production.
  </Step>

  <Step>
    After your application has been reviewed and Production access approved, under the "Manage your keys" section, you will see a new client ID and Secret to be used in production.
  </Step>
</Steps>

**Frequently Asked Questions**

<AccordionGroup>
  <Accordion title="Can I link logins to multiple API's into one login?">
    No, The token generated for each account is unique so credentials for each business also have to be unique.
  </Accordion>
</AccordionGroup>

You may also be interested in "[Getting Started with the PEX API](https://developer.pexcard.com/getting-started/sign-up-with-pex-api)".
