POST
/
instances
/
bulk
/
abort
curl --request POST \
  --url https://core.nextmatter.com/api/instances/bulk/abort \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "ids": [
    123
  ]
}'
{
  "ids": [
    123
  ]
}

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

Response

201 - application/json

The response is of type object.