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

External Links

get

Retrieve shared sidebar links shown in the white-label console.

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

Success

application/json

Object containing response data for this resource.

successbooleanOptional

Indicates whether the request completed successfully.

codeintegerOptional

Short code or application-level status code for this resource.

get/external-links
200

Success

Create External Link

post

Add a shared navigation link for client console users.

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

Object containing response data for this resource.

labelstringRequired

Label for this resource.

urlstringRequired

URL for the external resource.

Responses
200

Success

application/json

Object containing response data for this resource.

successbooleanOptional

Indicates whether the request completed successfully.

codeintegerOptional

Short code or application-level status code for this resource.

post/external-links
200

Success

put

Change the label or URL for a shared navigation link.

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

Unique numeric identifier for the external link.

Body

Object containing response data for this resource.

labelstringRequired

Label for this resource.

urlstringRequired

URL for the external resource.

Responses
200

Success

application/json

Object containing response data for this resource.

successbooleanOptional

Indicates whether the request completed successfully.

codeintegerOptional

Short code or application-level status code for this resource.

put/external-links/{link_id}
200

Success

delete

Remove a shared navigation link from the client console.

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

Unique numeric identifier for the external link.

Responses
200

Success

application/json

Object containing response data for this resource.

successbooleanOptional

Indicates whether the request completed successfully.

codeintegerOptional

Short code or application-level status code for this resource.

delete/external-links/{link_id}
200

Success

Last updated