# Connected Service Connected Service is a special representation of actual Service that is attached to Connected Hub. ## List Connected Services - [GET /hubs/{subdomain}/connected_services](https://api-docs.statushub.com/api-v3-openapi/connected-service/listconnectedservices.md): Filters and returns Connected Services for current Hub. Request valid only in scope of Connected Hub and can't be used in scope of a Primary or Standalone Hub. ## Create a Connected Service - [POST /hubs/{subdomain}/connected_services](https://api-docs.statushub.com/api-v3-openapi/connected-service/createconnectedservice.md): Creates a new Connected Service. Request valid only in the scope of Connected Hub and can't be used in the scope of a Primary or Standalone Hub. ## Retrieve a Connected Service - [GET /hubs/{subdomain}/connected_services/{service_id}](https://api-docs.statushub.com/api-v3-openapi/connected-service/getconnectedservice.md): Returns data about single Connected Service. Request valid only in scope of Connected Hub and can't be used in scope of a Primary or Standalone Hub. ## Delete a Connected Service - [DELETE /hubs/{subdomain}/connected_services/{service_id}](https://api-docs.statushub.com/api-v3-openapi/connected-service/deleteconnectedservice.md): Deletes a Connected Service. Request valid only in the scope of Connected Hub and can't be used in the scope of a Primary or Standalone Hub.