cURL
curl --request PUT \ --url https://api.sandbox.monite.com/v1/entities/{entity_id}/partner_metadata \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'x-monite-version: <x-monite-version>' \ --data '{ "metadata": {} }'
{ "metadata": {} }
Fully replace the current metadata object with the specified instance.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Metadata for partner needs
Successful Response