GET
/api/v1/search
curl \
--request GET 'https://api.plannrcrm.com/api/v1/search' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"q":"Plannr","per_page":50}'
Request examples
{
"q": "Plannr",
"per_page": 50
}
Response examples (401)
{
"message": "Unauthenticated."
}