Step 1: Generate Authorization URL
Sending the user to this link will redirect the user to the ParqEx website from which they may login (if they do not already have an active session) and choose whether to allow your application to connect to their ParqEx account. After the user elects to ALLOW or DENY, the user is redirect to the supplied ENCODED_REDIRECT_URL.
Which should match the format (line breaks added for clarity):
For example, with some real data (line breaks added for clarity):
Available Scopes
The <SCOPE>
param should be supplied a comma-separated list of the following abilities depending on the use-case of your application. These values are not case-sensitive.
OPENDOOR
- This scope enables the integration to open the door.
CLOSEDOOR
- This scope enables the integration to close the door.
Last updated