Headers
-
Content-Type string
-
Accept string
GET
/api/v1/search
curl \
--request GET https://api.plannrcrm.com/api/v1/search \
--header "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data '{"q":"Plannr","per_page":50}'
Request examples
# Headers
Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}
Content-Type: application/json
Accept: application/json
# Payload
{
"q": "Plannr",
"per_page": 50
}