Skip to content
Start here

Tokens

List tokens.
client.AISearch.Tokens.List(ctx, params) (*V4PagePaginationArray[TokenListResponse], error)
GET/accounts/{account_id}/ai-search/tokens
Create new tokens.
client.AISearch.Tokens.New(ctx, params) (*TokenNewResponse, error)
POST/accounts/{account_id}/ai-search/tokens
Read tokens.
client.AISearch.Tokens.Read(ctx, id, query) (*TokenReadResponse, error)
GET/accounts/{account_id}/ai-search/tokens/{id}
Update tokens.
client.AISearch.Tokens.Update(ctx, id, params) (*TokenUpdateResponse, error)
PUT/accounts/{account_id}/ai-search/tokens/{id}
Delete tokens.
client.AISearch.Tokens.Delete(ctx, id, body) (*TokenDeleteResponse, error)
DELETE/accounts/{account_id}/ai-search/tokens/{id}