Service
Retrieve a Service
GET
/
v1
/
services
/
{uid}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
uid
string
requiredThe UID of the Service
Response
200 - application/json
uid
string
The UID of the Service.
name
string
The Service name.
category
object
about
string | null
The Service description.
enabled
boolean
Indicates if the Service is enabled.
updated_at
string
datetime formatted as ISO 8601 (e.g. "2020-12-15T03:34:13.000Z")
created_at
string
datetime formatted as ISO 8601 (e.g. "2020-12-15T03:34:13.000Z")