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": "8954b8fb-ec96-48fa-90dd-7550db7a28e5",
"created_at": "2026-05-20T13:55:10+01:00",
"updated_at": "2026-05-20T13:55:10+01:00",
"type": "provider_statement_mapping",
"lookupable_type": "provider",
"lookupable_uuid": "181b52e7-b407-409e-ad92-44279e8e2a53",
"lookupable_value": "J Bloggs Plan",
"lookup_value": "zAbWeFVJ:Bloggs J",
"returnable_type": "plan",
"returnable_uuid": "5decb650-1da2-4cc4-9590-5efb5a769b0c",
"returnable_value": "example",
"return_string": "Consectetur officia labore",
"return_json": {
"key_1": "value_1",
"key_2": "value_2"
},
"return_float": 70.35
}
]
]
}