Number of APIs: 5
Onboarding APIs allows partners to refer their customers to Brex to streamline the process of creating new
accounts for these customers. By submitting information for referrals, it removes the need for customers to
enter in this information again. Brex API authentication is fully compliant with OpenID Connect, an extension on top of OAuth2. For more details on the OpenID Connect protocol see the spec here. The well-known configuration can be found at the following urls: Production: https://accounts.brex.com/.well-known/openid-configuration Staging: https://accounts.staging.brexapps.com/.well-known/openid-configuration You will need to request the following scopes to access the API: Contact Support:
Name: Admin
Email: partner-inquiries@brex.comOnboarding APIs
Authentication via OAuth + OpenID Connect
Scopes
openid
offline_access
https://onboarding.brexapis.com/referrals
GET {{api_url}}/v1/referrals/:id
POST {{api_url}}/v1/referrals/:id/document_upload
GET {{api_url}}/v1/referrals
POST {{api_url}}/v1/referrals
PUT {{document_upload_url}}
ENDPOINTS