Download OpenAPI specification:Download
The Expenses API allows you to manage accounting and expenses information.
Refer to these docs on how to use client credentials
Security Scheme Type | OAuth2 |
---|---|
clientCredentials OAuth Flow | Token URL: https://accounts.brex.com/oauth2/v1/token Scopes:
|
The uri
will be a pre-signed S3 URL allowing you to upload the receipt securely. This URL can only be used for a PUT
operation and expires 30 minutes after its creation. Once your upload is complete, we will try to match the receipt with existing expenses.
Refer to these docs on how to upload to this pre-signed S3 URL. We highly recommend using one of AWS SDKs if they're available for your language to upload these files.
receiptMatch 200 response
Bad request
Unauthorized
{- "receipt_name": "string"
}
{- "id": "string",
- "uri": "string"
}