GET
/api/v1/lookups
curl \
--request GET 'https://api.plannrcrm.com/api/v1/lookups' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}"
Response examples (200)
{
"data": [
[
{
"uuid": "453490ba-fabe-4fa5-8262-ed559df64899",
"created_at": "2026-06-29T13:21:57+01:00",
"updated_at": "2026-06-29T13:21:57+01:00",
"type": "provider_statement_mapping",
"lookupable_type": "provider",
"lookupable_uuid": "83899c6b-2baf-4664-b7f1-02034f3f3a2c",
"lookupable_value": "J Bloggs Plan",
"lookup_value": "zAbWeFVJ:Bloggs J",
"returnable_type": "plan",
"returnable_uuid": "86cd5227-b5f7-4970-a954-671d8eaaba29",
"returnable_value": "example",
"return_string": "Consectetur officia labore",
"return_json": {
"key_1": "value_1",
"key_2": "value_2"
},
"return_float": 70.35
}
]
]
}