Skip to main content
GET
/
helloworld
Hello World Test
curl --request GET \
  --url https://{base_url}/api/v1/helloworld \
  --header 'Authorization: Bearer <token>'
"Hello Acme Supermarket"

Authorizations

Authorization
string
header
required

Access token obtained from /oauth/token. Pass as Authorization: Bearer {token}

Response

Returns the organisation name as a plain string

The response is of type string.