Custom API connections
Getting programmatic access to your data
Authentication:
curl'https://publicapi.adlibertas.com/v1/users/login
' -H 'content-type: application/json;charset=UTF-8' --data-binary '{"username":"[email protected]","password":"_______"}' --compressed
# response will look like this
{"token":"XXXXX","session_id":"XXXXXX"}Create your Question:
Last updated