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

Share Templates

Saved share card layouts for the project; integrations list templates or pair them with reviews for share image generation.

List Share Templates

get

Return every saved share template including default flag and layout settings.

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

Success

application/json

Paginated-style success wrapper with an array of templates in data.

successbooleanOptional

Indicates whether the request completed successfully.

codeintegerOptional

Application-level status code returned by this API.

get
/share-templates
200

Success

Delete Share Template

delete

Remove a share template and promote another default when the deleted row was default.

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

Unique numeric identifier for the share template.

Responses
200

Success

application/json

Object confirming the share template was deleted.

successbooleanOptional

Indicates whether the request completed successfully.

codeintegerOptional

Application-level status code returned by this API.

delete
/share-templates/{id}
200

Success

Last updated