Public API
Alongside releasing the new Pay-Thru Vouchers, we are also releasing the first SOCIFI Public API.
Security
Every API request must be authenticated using JSON Web Token (JWT). To issue the JWT token make the POST
request to /token
endpoint with username
and password
as a body parameter.
Using API
API Endpoint | admin-api.socifi.com |
---|---|
Protocol | https* |
Authentication (header) | Bearer theJWTtoken |
Response format | JSON |
* A secure version of HTTP protocol must be always used.
API Documentation
The documentation is located on our API servers. This brings great benefit not only in keeping them up to date but also you can use it as a sandbox. You can view all the routes and make the request directly in the sandbox UI.
Head over now to the resources documentation.
Note: You will need your SOCIFI Dashboard account username and password to authenticate.
Table of Contents