Get Merchant Credentials

Call this endpoint to get the endpoints as well as the Client ID and Client Secret for all merchants that have added your fleet.

This endpoint can be found under the "Registration Merchants" section.

Note: After "open_fleet_administration" in the URL is your fleet UUID.

🚧

POST not GET

This call is a POST. If you use a GET, you will get a 404 error.

1455

To get credentials for a specific merchant only, add the merchant_uuid to the end of the URL e.g. /open_fleet_administration/<your_fleet_uuid>/<merchant_uuid>

Authentication

  • To call this endpoint, you will need to use Basic Auth authentication.
  • Click the blue "Show Credentials" button under "Admin Credentials" to reveal the Client ID and Client Secret.
  • For the Username, use Client ID. For the Password, use Client Secret.