INVINTUS API SDK for PHP - Use Invintus Public Web Services in your PHP project
INVINTUS API SDK for PHP - Use Invintus Web Service API's in your PHP project, (*1)
Acceptable use of this software and Invintus Media Inc.'s API service detailed in the API documentation, (*2)
To use this service, You must be an Invintus Platform client and be enrolled in an active payed account plan that supports API calls. To enroll in a service plan or to try out the Invintus Streaming Platform, contact info@invintus.com, (*3)
{ "require": { "invintus/invintus-api":"v1.0" } }
public api, (*4)
$xslt
//instantiate Invintus class
$v3Call = new \Invintus\PublicAPI\Events();
//build call and target endpoint
$v3Data = $v3Call
->setApiKey("yourKey")
->setClientID("yourClientID")
->setEventID("eventIDtobeQueried")
->getDetailed(); //returns full request reply as object
//displays your call builders params sent to API
$callParams = $v3Call->showCallParamsJson();
To view a complete list of API methods, endpoints and their options, please visit https://invintus.api-docs.io/v2.5, (*5)
CRUD actions are only accessible with a certified partner key. contact support@invintus.com if you are a certified partner and need an access token., (*6)