For the complete documentation index, see llms.txt. This page is also available as Markdown.

Settings Lead Sources

List Lead Sources

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

List of lead sources

application/json
totalRowsnumberOptional
get/settings/leadSources

Create Lead Source

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
namestringRequired

The name of the lead source.

Responses
200

Successfully created lead source

application/json
idstringRequired

The unique ID of the lead source.

namestringRequired

The name of the lead source.

post/settings/leadSources

Retrieve Lead Source

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired

ID of the Lead Source

Responses
200

Details about the lead source

application/json
idstringRequired

The unique ID of the lead source.

namestringRequired

The name of the lead source.

get/settings/leadSources/{id}

Update Lead Source

put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired

ID of the Lead Source

Body
idstringRequired

The unique ID of the lead source.

namestringRequired

The name of the lead source.

Responses
200

Successfully updated lead source

application/json
idstringRequired

The unique ID of the lead source.

namestringRequired

The name of the lead source.

put/settings/leadSources/{id}

Delete Lead Source

delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired

ID of the Lead Source

Responses
204

Lead Source successfully deleted

No content

delete/settings/leadSources/{id}

No content

Last updated

Was this helpful?