Getting Started
This page explains how developers can get started using Rappi APIs for Restaurants Integration.
Integration Requirements
Since integrating with our API requires direct contact with our team, follow these steps to get started.
1. Initial Contact
To know the steps to sign up as a Rappi ally, contact your main Rappi point of contact.
2. Credential Creation
Once your request is approved, you will receive access credentials for our development environment.
3. Documentation Review
Before starting development, we recommend reviewing the following resources:
4. Considerations for this api
This API reference documentation is designed to help you understand the available endpoints, their parameters, and how to use them effectively. It includes detailed descriptions of each endpoint, including request and response formats, required parameters, and examples.
It also provides information on how to authenticate your requests, handle errors, and manage pagination.
4.1 Endpoint Tags
NEW
: This tag indicates that the endpoint is new.STABLE
: This tag indicates that the endpoint is stable and has been in use for a long time. It is recommended to use stable endpoints in integrations.DEPRECATED
: This tag indicates that the endpoint is deprecated and may be removed in future versions of the API. It is recommended to avoid using deprecated endpoints in new integrations.
4.2 Endpoint Deprecation
Endpoints that are marked as DEPRECATED
will continue to function for a period of time, but they may be removed in future versions of the API. We recommend that you avoid using deprecated endpoints in new integrations and migrate to stable or new endpoints as soon as possible.
5. Testing in the Developer Environment
After signing up as a Rappy ally, you receive your Rappi credentials that consist of the following:
client_id
client_secret
Use these Rappi Credentials to create your Access Token with the POST token/login/integrations
.
After generating your Access Token, you can start using the Rappi API.