$remote_ip | Resolves to the IP address of the individual accessing the API endpoint. |
$http_headers | A text array of headers that are sent to the API endpoint. |
$api_baseurl | Contains the base URL of the active endpoint. |
$request_uri | Contains the URI being accessed from the API. |
$request_method | The HTTP method (GET, POST, DELETE, etc.) of the incoming API request. |
$request_querystring | Contains the query string of the URI being accessed from the API. |
$request_auth_token | Contains the authorization token of the API request. |
$datasource | Indicates which datasource is being used. |
$branch | Indicates which branch is being used. |