Skip to main content
GET
/
hello
Error
A valid request URL is required to generate request examples
{
  "message": "<string>",
  "version": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful hello response.

message
string
required

Human-readable hello message.

Example:

"hello from woopsocial external api"

version
string
required

API version that produced the response.

Example:

"v1"