Services

GET/services

List company services

Optional attributes

  • Name
    type
    Type
    array<string>
    Description
    Filter services by type
  • Name
    archived
    Type
    boolean
    Description
    Filter to only return archived services

Request

GET/services
curl -G https://YOUR_DOMAIN/api/services \
  -H "Authorization: Bearer {token}" \
  -H "Accept: application/json"
Loading response...