Authentication: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<languages/> | |||
<translate> | |||
{{#seo: | {{#seo: | ||
|title=Authentication - SimplyBook.me | |title=Authentication - SimplyBook.me | ||
| Line 5: | Line 7: | ||
|keywords=faq, frequently asked questions, booking software, appointment system questions, appointments online, calendar software, booking system, booking calendar, scheduling software, online appointment scheduling, online scheduling, setup, setup help, support, help content | |keywords=faq, frequently asked questions, booking software, appointment system questions, appointments online, calendar software, booking system, booking calendar, scheduling software, online appointment scheduling, online scheduling, setup, setup help, support, help content | ||
}} | }} | ||
</translate> | |||
<translate> | |||
== Methods == | == Methods == | ||
| Line 21: | Line 24: | ||
Returns API url for given company login | Returns API url for given company login | ||
</translate> | |||
---- | ---- | ||
<translate> | |||
=== getApplicationToken === | === getApplicationToken === | ||
| Line 38: | Line 41: | ||
get application API key please contact SimplyBook.me support team. | get application API key please contact SimplyBook.me support team. | ||
</translate> | |||
---- | ---- | ||
<translate> | |||
=== getToken === | === getToken === | ||
| Line 56: | Line 59: | ||
get application API key you need to enable [[Custom_Features#API|API Custom Feature]]. | get application API key you need to enable [[Custom_Features#API|API Custom Feature]]. | ||
</translate> | |||
---- | ---- | ||
<translate> | |||
=== getUserToken === | === getUserToken === | ||
| Line 74: | Line 77: | ||
authenticate all calls of [[Company administration service methods|Company administration service API methods]] and | authenticate all calls of [[Company administration service methods|Company administration service API methods]] and | ||
[[Catalogue|Catalogue API methods]]. | [[Catalogue|Catalogue API methods]]. | ||
</translate> | |||
---- | ---- | ||
<translate> | |||
==Constants== | ==Constants== | ||
| Line 88: | Line 91: | ||
* -33004 User is blocked | * -33004 User is blocked | ||
* -33005 You are not allowed to use this application when HIPAA Custom Feature is enabled | * -33005 You are not allowed to use this application when HIPAA Custom Feature is enabled | ||
</translate> | |||