Prerequisites
Before you get started...
Last updated
Before you get started...
Last updated
Prior to working on integrating the Socios.com API into your project, there are a few requirements to address.
Here's a checklist to help you get started:
To obtain your Socios.com 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 API Manager tool.
Complete an .
Finally, .
You need to create a new OAuth 2.0 application in your API settings. You can do this by visiting the . Log in, navigate to your API settings, and create a new application. See our for more.
Make sure to use our production environment since the sandbox is under construction.
You should be aware of the following URLs to smoothly operate with the Socios.com API:
API Base URL This is the base URL that you'll use to interact with our APIs.
Authorisation URL This is the URL used for authorising your application with OAuth2.
Access Token URL This is the URL to use when requesting an access token. The access token is used to authorise your API requests.
Revoke Token URL 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 API. If you have any questions or need any further information, feel free to reach out to your point of contact.