Endpoints

Method

Path

Return Model

Summary

GET

/endpoints

List[Endpoint]

List all endpoints.

GET

/endpoints/{tech}

List[Endpoint]

List available endoints for a given endpoint technology.

GET

/endpoints/{tech}/{resource}

Endpoint

Details for an endpoint.

GET /endpoints

List all endpoints.

GET /endpoints/{tech}

List available endoints for a given endpoint technology.

Path parameters

  • tech: string - Technology of the endpoints (sip,iax2,...)

Error Responses

  • 404 - Endpoints not found

GET /endpoints/{tech}/{resource}

Details for an endpoint.

Path parameters

  • tech: string - Technology of the endpoint
  • resource: string - ID of the endpoint

Error Responses

  • 404 - Endpoints not found