Create OAuth App
OAuth App
Create OAuth App
Creates a new OAuth application for the specified provider
POST
Create OAuth App
Documentation Index
Fetch the complete documentation index at: https://ota-docs.calry.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
Integration provider for the OAuth app
Available options:
BOOKINGSYNC, CIIRUS, GUESTY, HOSTAWAY, HOSTFULLY, HOSTIFY, INTERHOME, LODGIFY, OWNERREZ, HOSTHUB, UPLISTING, BEDS24, HOST_TOOLS, HOSTFULLYSANDBOX, HOSPITABLE, TOKEET Body
application/json
Name of the OAuth application
Example:
"staging-hostfully-oauth-app"
Provider Client ID for the OAuth Application. Refer to the provider documentation for more information.
Example:
"XXXXXXXXXX"
Provider Client Secret for the OAuth Application. Refer to the provider documentation for more information.
Example:
"XXXXXXXXXX"
OAuth scopes required for the application. Refer to the provider documentation for more information.
Example:
"read_listings write_listings read_bookings"
Response
OAuth app created successfully