v1

latestOpenAPI 3.1.0Proprietary2026-07-244223105.2 KB
Applications

Create production applications

For eligible partners only. Create production applications.

post/v3/applications

Request body

dashboard_user_emailstring required

The email of the dashboard user who will be the ADMIN of the application and receive the client ID and client secret

Example request

{
  "dashboard_user_email": "j.doe@bridgeapi.io",
  "applications": [
    {
      "name": "Bridge API Prod"
    }
  ]
}

Response

Applications created