Endpoint - Config Test

This call is made when the test button is pressed in the user config. It should test the customer's integration is valid. It may also be used in automation jobs to check if there is a constant or global error.

Request

Post

ConfigTestRequest

Field NameTypeDescription
AuthorizationTokenStringAuthorization Token from the customers integration.

Sample

{
	"AuthorizationToken": "0dfdbaf3e4d5434f825e774e31bcc148"
}

Response

ConfigTestResponse

Field NameTypeDescription
ErrorStringIf there was an error with the request.

Sample

{
	"Error": "User config does not exist"
}