Skip to main content
PATCH
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Identifies a LOA configuration.

Body

application/json

The parameters for creating a new LOA configuration.

name
string
required

The name of the LOA configuration

Example:

"My LOA Configuration"

The logo of the LOA configuration

company_name
string
required

The name of the company

Example:

"Telnyx"

address
object
required

The address of the company.

contact
object
required

The contact information of the company.

Response

Successful response

data
object