Authentication
Last updated
Last updated
RhomTrip utilizes Bearer token authentication. To authenticate requests, an API key must be sent as a Bearer token in the Authorization of your request:
All API requests must be made over HTTPS to ensure data security. Calls made over plain HTTP should fail. API requests without authentication will also fail. If the token is invalid or has been deactivated by RhomTrip, a 403 Forbidden error will be returned.