Services
CreateService
Method: POST
Endpoint: /services/create-service
Authentication: bearer
Request Body
LIstServices
Method: GET
Endpoint: /services/list-services
Authentication: bearer
DescribeService
Method: POST
Endpoint: /services/describe-service
Authentication: bearer
Request Body
UpdateService
Method: POST
Endpoint: /services/update-service
Authentication: bearer
Request Body
DeleteService
Method: POST
Endpoint: /services/delete-service
Authentication: bearer
Request Body
ValidatePermissions
Method: POST
Endpoint: /services/validate-permissions
Authentication: bearer
Request Body
{
"requestingToken": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiI2NzZkMzU5Ni1iMGY5LTQ4NTItYjgyNC05ZDAzNmM0MTRjYTMiLCJleHAiOjE3MjMwMTUzNDIsImlhdCI6MTcyMjkyODk0MiwiYWNjX3R5cGUiOiJ1c2VyIiwidG9rZW5fdHlwZSI6IkF1dGgifQ.H2dVQez0wvJN5E-mve943eK5_8hniZZzcxruX0ao-kA",
"requiredPermissions": [
"codaweb.settings.get"
]
}