Prerequisites
Before you get started...
Prior to working on integrating the Socios.com Partner API into your project, there are a few requirements to address.
Here's a checklist to help you get started:
Get Your Free Access To obtain your Partner API access:
Reach out to your account manager or key point of contact at Socios.com. They will guide you through the process of getting your access to the Socios.com Partner API Manager tool.
Complete an API Due Diligence.
Finally, agree to our Terms & Conditions.
Create Your Application You need to create a new OAuth 2.0 application in your API settings. You can do this by visiting the Socios.com Developer Portal. Log in, navigate to your API settings, and create a new application. See our Quick Start for more.
Make sure to use our production environment since the sandbox is under construction.
Familiarise Yourself With Our URLs You should be aware of the following URLs to smoothly operate with the Socios.com Partner API:
API Base URL https://api-public.socios.com This is the base URL that you'll use to interact with our APIs.
Authorisation URL https://partner.socios.com/oauth2/authorize This is the URL used for authorising your application with OAuth2.
Access Token URL https://partner.socios.com/oauth2/token This is the URL to use when requesting an access token. The access token is used to authorise your API requests.
Revoke Token URL https://partner.socios.com/oauth2/revoke This is the URL to use when needing to revoke your token, for any reason.
With these prerequisites in place, you should be ready to begin using the Socios.com Partner API. If you have any questions or need any further information, feel free to reach out to your point of contact.
Last updated