Requesting an Account
Before you can attempt to make an authenticated request, you must first register your application with the ParqEx service by emailing ParqEx Support at support@parqex.com. ParqEx will then generate an account and return the credentials (a client_id
and client_secret
) to the developer's contact email.
You must supply ParqEx with the following:
Developer Contact Information
Name
Email address
Company/Product Name (eg. Google)
Company/Product Website URL (eg. https://google.com)
Application Name (can be same as company/product name)
Description of Application (can be same as company/product desc.)
Website URL of Application (if different than Website URL)
Your Redirect/Callback URL for OAuth (e.g. https://mysaasproduct.com/oauth/v1/authorize)
Example Request Email
Please use the following format to compose the email and send it to support@parqex.com:
Dear Support,
I am requesting OAuth credentials for the below application.
Name of Developer Contact: John Doe Email Address of Developer Contact: john@myhomeapp.com Name of Company/Product: MyHome Inc. Website Address of Company/Product: https://myhomeapp.com Name of Application: MyHome Description of Application: MyHome allows users to monitor who is home and send notifications when someone leaves or returns.
MyHome has two environments, DEV and PROD.
For DEV:
Website Address of the Application: https://dev.myhomeapp.com Redirect or Callback OAuth URL: https://dev.myhomeapp.com/oauth/v1/authorize
For PROD:
Website Address of the Application: https://myhomeapp.com Redirect or Callback OAuth URL: https://myhomeapp.com/oauth/v1/authorize
Last updated
Was this helpful?