Skip to main content
GET
/
integrations
/
make
/
rpc
/
flag-colors
Get available conversation flag colors for dropdown
curl --request GET \
  --url https://smartsend-server.otherwise.co.il/integrations/make/rpc/flag-colors \
  --header 'x-organization-id: <api-key>'
{
  "success": true,
  "data": [
    {
      "id": "<string>",
      "value": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://smartsend-d755cc5e.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-organization-id
string
header
required

Your SmartSend Organization ID. Required on every request.

Response

200 - application/json

Flag colors retrieved successfully

success
boolean
data
object[]