post/authorizer/api/v1/carrier/conf/{trusted_client_id}

Gets a carrier-config.toml pre-configured for this PrivX installation

trusted_client_idstring

required

Trusted client ID used by the carrier

Responses

Response examples

Successful response, returns session id.

{
  "session_id": "string"
}
get/authorizer/api/v1/carrier/conf/{trusted_client_id}/{session_id}

Gets a carrier-config.toml pre-configured for this PrivX installation

trusted_client_idstring

required

Trusted client ID used by the carrier

session_idstring

required

Responses

Response examples

Successful response, returns the carrier-config.toml.

"string"

Was this page helpful?