Logo
Bellhop API Documentation

v3-Authorization

Number of APIs: 1


1. Obtain a token

POST {{HOST}}/api/partner-api/authorize

Obtain a JWT token with the provided credentials.

Caching
All tokens are cached for 86400 seconds (24 hours) on our server, feel free to call the API as many times as you need.

Available Scopes

  • View
  • Create
  • Update

Note: Scopes
Scopes are attached to a token, and are cached. Any scope changes will take 24 hours to update.



ENDPOINTS