cURL
curl --request GET \ --url https://api.siit.io/v1/services/{uid} \ --header 'Authorization: Bearer <token>'
{ "uid": "<string>", "name": "<string>", "category": { "uid": "<string>", "name": "<string>" }, "about": "<string>", "enabled": true, "updated_at": "2023-11-07T05:31:56Z", "created_at": "2023-11-07T05:31:56Z" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The UID of the Service
Service show
The response is of type object.
object