Get available modes for import type
Headers
-
Content-Type string
-
Accept string
Path parameters
-
the importer type to get modes for, valid types are ['plans','client','valuations']
GET /api/v1/import/modes/{importer}
curl \
-X GET https://api.plannrcrm.com/api/v1/import/modes/plans \
-H "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
-H "Content-Type: application/json" \
-H "Accept: application/json"
Response examples (200)
{
"modes": [
"store",
"update",
"validate"
]
}