Connect & Integrate Ramp

Last updated: April 28, 2026

1 Get auth details (Client ID / Client Secret → Bearer token)

A. Create an app + credentials in Ramp

In your Ramp dashboard (admin access required): Settings → Developer → Create New App, add the Client Credentials grant type, and enable the scopes you need (for users, typically users:read and/or users:write)

B. Generate an access token (Client Credentials flow)

Use Basic auth with base64(client_id:client_secret) to call the token endpoint:

  • Sandbox base URL: https://demo-api.ramp.com

  • Production base URL: https://api.ramp.com

2. List Users