Skip to content

Testing REST calls

This call allows for testing whether the BizzStream has received a REST call correctly. The call will return information about the call that was sent.

URL

api/v1/ping/test

Method

GET, POST, PUT or DELETE

URL parameters

None

Header Parameters
Parameter Type Required Description
Content-Type String Yes Provide the content type of your call. Only application/json is supported.
Body

A JSON object.

Response

Information about the call that was made to BizzStream.

Example

curl /api/v1/ping/test \
    -H "Content-Type: application/json" \
    -X POST \
    -d '{"test":"test"}