Prerequisites
Before you get started...
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.
1. Get Your Free Access
We advise you to 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.
To obtain your Socios.com API access:
Access the Chiliz Help Centre.
Submit your email to create an account on the platform.

If you already have an Atlassian account, click "Continue with Atlassian account".
Choose either "Companies" or "Individuals", depending on your situation.

Click on "Complete API Due Diligence" and fill in the form.
Click on "API Terms & Conditions" and fill in the form.
The Socios.com team will contact you shortly.
2. Create Your Application
Once you have your API access, 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.
3. Familiarise Yourself With Our URLs
You should be aware of the following URLs to smoothly operate with the Socios.com 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 API. If you have any questions or need any further information, feel free to reach out to your point of contact.
Last updated