Connect Ramp with your own API credentials
POST
/api/v1/ramp/connect-with-credentials
Connect Ramp using your own Client ID and Client Secret from a Ramp Developer App. This allows you to use the Client Credentials OAuth flow instead of the standard redirect-based OAuth flow. Create your app at: Ramp Dashboard → Company → Developer.
Authentication
Bearer token authentication. Pass your DayZero API token in the
Authorization header and the
target business UUID in
x-business-id.
Request body
Schema: RampApiCredentialsRequest
-
client_idstring required -
Ramp Developer App Client ID
-
client_secretstring required -
Ramp Developer App Client Secret
Responses
400 Bad Request - Invalid input
401 Unauthorized - Authentication required
403 Forbidden - Insufficient permissions
409 Conflict - Resource already exists
422 Validation Error
Schema: HTTPValidationError
-
detailarray · ValidationError ValidationError -
5 fields
-
locarray · string | integer required -
msgstring required -
typestring required -
inputobject -
ctxobject
-