Create the file records for all files added to the Filepond queue.

POST /api/v1/upload-files/create

Responses

  • 401 application/json
    Hide response attribute Show response attribute object
    • message string
POST /api/v1/upload-files/create
curl \
 --request POST 'https://api.plannrcrm.com/api/v1/upload-files/create' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (401)
{
  "message": "Unauthenticated."
}