POST
/
files
curl --request POST \
  --url https://core.nextmatter.com/api/files/ \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "created_time": "2023-11-07T05:31:56Z",
  "process": 123,
  "process_instance": 123
}'
{
  "created_time": "2023-11-07T05:31:56Z",
  "process": 123,
  "process_instance": 123,
  "file": "<string>"
}

Authorizations

Authorization
string
header
default:Api-Key YOUR_NM_API_KEY
required

Authentication is API key based. As an admin, you can generate an API key in Next Matter by going to Company > Next Matter API keys.

When sending requests to the API, authenticate by passing the API key in the "Authorization" HTTP header, prepended with the string "Api-Key ".

For example:

Authorization: Api-Key xyzabc.12fsfe242ubdgakew

Body

application/json
created_time
string
process
integer | null
process_instance
integer | null

Response

201 - application/json
created_time
string
process
integer | null
process_instance
integer | null
file
string