Skip to main content
GET
/
test
/
connection
Test API Connection
curl --request GET \
  --url https://api.nayax.com/sdk/test/connection \
  --header 'Authorization: Bearer <token>'
"Connection Successful"
A simple endpoint to test if the API is reachable.

Authorizations

Authorization
string
header
required

JWT RSA token required for authentication. The token should be included in the Authorization header as Bearer <token>. Nayax will issue tokens to the VAS, signed by a private key, and decrypt them using a public key.

Response

200 - text/plain

Success

The response is of type string.