Services
Authorizations
AuthorizationstringRequired
The Bearer API key of your user more info.
Query parameters
start-indexinteger · int32OptionalDefault:
an integer specifying the starting point (beginning with 0) when paging through a list of entities
0max-resultsinteger · int32 · max: 100OptionalDefault:
the maximum number of results when paging through a list of services. (Note: when using ?include maximum is reduced to 25)
10Responses
200
The services
application/json
get
/services200
The services
Authorizations
AuthorizationstringRequired
The Bearer API key of your user more info.
Body
idnumberOptional
namestringOptional
statusstring · enumOptionalPossible values:
the service status
descriptionstringOptional
oneOpenIncidentOnlybooleanOptional
showUptimeHistorybooleanOptional
Responses
200
The newly created service
application/json
post
/services200
The newly created service
Authorizations
AuthorizationstringRequired
The Bearer API key of your user more info.
Path parameters
idnumberRequired
entity ID
Body
idnumberOptional
namestringOptional
statusstring · enumOptionalPossible values:
the service status
descriptionstringOptional
oneOpenIncidentOnlybooleanOptional
showUptimeHistorybooleanOptional
Responses
200
The updated service
application/json
put
/services/{id}200
The updated service
Authorizations
AuthorizationstringRequired
The Bearer API key of your user more info.
Path parameters
idnumberRequired
entity ID
Responses
200
The subscribers of the service
application/json
get
/services/{id}/private-subscribers200
The subscribers of the service
Authorizations
AuthorizationstringRequired
The Bearer API key of your user more info.
Path parameters
idnumberRequired
entity ID
Bodyobject[]
idnumberOptional
namestringOptional
typestring · enumOptionalPossible values:
Responses
204
the response
put
/services/{id}/private-subscribers204
the response
No content
Last updated
Was this helpful?