1. Apply at ramp.com/developer. 2. Get client_id and client_secret. 3. Use client_credentials grant.
| Base URL | https://api.ramp.com/developer/v1/ |
|---|---|
| API version | v1 |
| Auth | OAuth 2.0 client credentials. Register at ramp.com/developer. |
| Token URL | https://api.ramp.com/developer/v1/token |
| Scopes | transactions:read cards:read |
| Request body | application/json |
| Pagination | cursor-based: has_more and next param. |
| Rate limit | 100 req/min. |
| Error format | JSON: {"error_code":"...","error_message":"..."} |
| Method | Path | Description |
|---|---|---|
GET | /transactions | List transactions |
GET | /cards | List cards |
GET | /reimbursements | List reimbursements |
GET /developer/v1/transactions
Authorization: Bearer {access_token}
Source: curated by KanseiLink from official documentation (docs) and registry checks. Last reviewed: 2026-04-07. Specs change โ verify against the official docs before production use.