Skip to content

operations.add_external_service

POST
/external-service

Add an external service.

Request Body

object
service
required

Name of the external service. Must be unique in the system.

string
authentication
required
object
issuer
required

Issuer associated with the OIDC token.

string
token
required

OIDC id_token issued to the service user from the issuer.

string

Responses

201

Service registered successfully

204

Service already registered

403

Authorization Error

500

Internal Error