cURL
curl --request GET \ --url https://{base_url}/api/v1/helloworld \ --header 'Authorization: Bearer <token>'
"Hello Acme Supermarket"
For testing. Returns your organisation name if set up correctly.
Access token obtained from /oauth/token. Pass as Authorization: Bearer {token}
Returns the organisation name as a plain string
The response is of type string.
string
Was this page helpful?
Suggestions
Contact support