Skip to main content
GET
/
auth
Get auth information
curl --request GET \
  --url https://channels-service-alpha.fourvenues.com/auth \
  --header 'X-Api-Key: <api-key>'
{
  "data": {
    "message": "Authed"
  },
  "success": true
}

Authorizations

X-Api-Key
string
header
required

Response

OK

data
object
success
boolean
Example:

true