API Authentication & Parameters
The common parameters and the structure of the authentication object for using the API
Created by Mustafa Ekim
Testinvite uses JSON data format when communicating through the API.
All API calls need to have the requester
property inside the JSON body.
Testinvite uses the requester
property to authenticate the request.
The structure of the requester
object is as below:

Property | Type | Value |
name | string | the name of your application |
version | string | the version of your application |
auth | object | the Organization ID and the Private Key |