Authentication
The Ribbon API uses an API Key to authenticate requests.
Authentication is performed by passing the token as an HTTP header in the Bearer Authentication scheme Authorization: Bearer {customer_token}
.
Make sure to keep this API Key secure!
Do not share your API Key in publicly accessible areas, such as Github, client-side code, or internal communication tools
Updated about 1 year ago