Get an overdue reminder configuration by ID

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

overdue_reminder_idstringRequired

Headers

x-monite-versionstringRequired
x-monite-entity-idstringRequired
The ID of the entity that owns the requested resource.

Response

Successful Response
idstringformat: "uuid"
created_atdatetime
Time at which the OverdueReminder was created. Timestamps follow the ISO 8601 standard.
updated_atdatetime
Time at which the OverdueReminder was last updated. Timestamps follow the ISO 8601 standard.
namestring
termobject
Overdue reminder to send for payment term
recipientsobject

Errors

401
Get Overdue Reminders ID Request Unauthorized Error
403
Get Overdue Reminders ID Request Forbidden Error
404
Get Overdue Reminders ID Request Not Found Error
422
Get Overdue Reminders ID Request Unprocessable Entity Error
500
Get Overdue Reminders ID Request Internal Server Error