GET /api/v1/units

Responses

  • 200
  • 400 application/json

    Default bad request error 400 response

    Hide response attributes Show response attributes object
    • message string Required

      Response message

    • error string Required
    • statusCode number Required
GET /api/v1/units
curl \
 --request GET 'https://api.echoplain.social/api/v1/units'
Response examples (400)
{
  "message": "string",
  "error": "string",
  "statusCode": 42.0
}