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_id
Headers
x-monite-version
x-monite-entity-id
The ID of the entity that owns the requested resource.
Response
Successful Response
id
created_at
Time at which the OverdueReminder was created. Timestamps follow the ISO 8601 standard.
updated_at
Time at which the OverdueReminder was last updated. Timestamps follow the ISO 8601 standard.
name
term
Overdue reminder to send for payment term
recipients
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