Applications that want to use the API need to be registered in the partner panel on BookingSync.com.
If you are not a partner yet, it’s free to signup so join us :)
New Application
button.redirect_uri
being your apps OAuth callback URL and admin_url
to your admin section.standalone
), or remain embedded
in BookingSync frame.Private
application, at least during your development and testing process.Note: BookingSync traditional Users have to input private access code
in their Apps section to start using your private application. That code is automatically generated for you and is visible in your applications manage section.
Embedded applications are rendered within an iframe on BookingSync.com.
You application needs to allow on embedding in iframe
.
Standalone applications will be working outside of BookingSync website. It means that they will be opened in a new window outside of the BookingSync app.
While it’s not the recommended approach, some applications can benefit from this.
Note: When first accessing the application, you will be asked to authorize the permissions.
private access code
from the application owner.Note: When first accessing the application, you will be asked to authorize the permissions. After the first authorization, you will be able to keep access to their account until they manually request to revoke your access.