/test/
Purpose
Allows users to validate connection for get requests to the API.
Header Information
The following Authorization keys need to be added to any API call header.
Auth-FactorID: an ID provided by FactorCloud to the Factor who owns the instance of FactorCloud.
Auth-SystemKey: A Key to Identify the specific system.
Auth-APIKey: An API password.
HTTP Methods
Accepts GET requests.
URI
/api_factor/test/
Body Information
No Body Information Required
Curl Example
Request:
<<<<<<< HEAD
curl -H 'Auth-FactorId: FACTORID’ -H 'Auth-SystemKey: SYSTEMKEY’ -H 'Auth-ApiKey: APIKEY’ https://wstest.factorcloud.com/api_factor/test/
=======
curl --location --request GET "https://EXAMPLE.factorcloud.com/api_factor/test/" --header "Auth-FactorId: EXAMPLE" --header "Auth-Systemkey: 1" --header "Auth-ApiKey: EXAMPLE" --data-raw ""
>>>>>>> 2newcalls
Response:
{
"message": "200 OK"
}