MCPcopy Index your code
hub / github.com/simstudioai/sim / mondayHeaders

Function mondayHeaders

apps/sim/tools/monday/utils.ts:5–11  ·  view source on GitHub ↗
(accessToken: string)

Source from the content-addressed store, hash-verified

3export const MONDAY_API_URL = 'https://api.monday.com/v2'
4
5export function mondayHeaders(accessToken: string): Record<string, string> {
6 return {
7 'Content-Type': 'application/json',
8 Authorization: accessToken,
9 'API-Version': '2026-04',
10 }
11}
12
13/**
14 * Validates a Monday.com numeric ID and returns the sanitized string.

Callers 15

create_column.tsFile · 0.90
get_item.tsFile · 0.90
get_groups.tsFile · 0.90
create_subitem.tsFile · 0.90
create_item.tsFile · 0.90
create_update.tsFile · 0.90
duplicate_item.tsFile · 0.90
search_items.tsFile · 0.90
get_items.tsFile · 0.90
create_group.tsFile · 0.90
update_item.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected