Test Your Connection

To test your connectivity with our back-end REST APIs, use the Test Connection resource:

curl --request GET \
  --url https://rest.cleverbridge.com/connection/test \
  --header 'accept: application/json'

This resource validates that:

  • You can connect with rest.cleverbridge.com.
  • Your API user credentials are valid.