v1

latestOpenAPI 3.0.02026-08-06363576.8 KB
Hello

Get a test response

Validates that you can successfully call the API with authorization. Requires a secret key.

get/hello/

Response

Successful operation

statusstring
messagestring
accountstring

Example response

{
  "status": "success",
  "message": "Hello, <Account name>",
  "account": "<Account name>"
}