Skip to content

Authentication

All requests to the API must include your API key in the X-API-KEY HTTP header:

X-API-KEY: YOUR_API_KEY

Example:

curl -X 'POST' \
  'https://portal.hyphensocial.com/api/publisher-api/v1/articles' \
  -H 'accept: application/json' \
  -H 'X-API-KEY: YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{}'