v2024-01-31
Search...
/
Partner Portal
Home
Guides
API Explorer
GitHub
Support
Home
Guides
API Explorer
GitHub
Support
API Concepts
Overview
Environments and URLs
Authentication
API versioning
Rate limiting
HTTP headers
Pagination, sorting, and filtering
General
Access tokens
Partner settings
Webhook subscriptions
Webhook deliveries
Events
Common
Entities
Entity bank accounts
Entity persons
Entity VAT IDs
Roles
Entity users
Counterparts
Counterpart addresses
Counterpart bank accounts
Counterpart contacts
GET
Get a counterpart's contacts
POST
Create a counterpart contact
GET
Get a counterpart's contact
DEL
Delete a counterpart's contact
PATCH
Update a counterpart's contact
POST
Set a counterpart's default contact
Counterpart VAT IDs
Payment records
Projects
Tags
Accounts payable
Approval policies
Approval requests
Comments
Payable line items
Payables
Purchase orders
Accounts receivable
Measure units
Overdue reminders
Payment reminders
Payment terms
Products
Receivables
Recurrences
VAT rates
Payments
Batch payments
Entity bank account verifications
Entity onboarding data
Onboarding documents
Onboarding links
Onboarding requirements
Payment intents
Payment links
Payment methods
Accounting integration
Accounting connections
Accounting data pull
Accounting synchronized records
Accounting tax rates
Ledger accounts
Utilities
Audit logs
Data export
Data export - extra data
Files
Mail templates
Mailbox domains
Mailboxes
PDF templates
Text templates
Partner Portal
Common
Counterpart contacts
Create a counterpart contact
POST
https://
api.sandbox.monite.com/v1
/
counterparts
/
:counterpart_id
/
contacts
Path parameters
counterpart_id
string
Required
Headers
Auth
Authorization
string
Required
Bearer authentication of the form Bearer <token>, where token is your auth token.
x-monite-version
string
Required
x-monite-entity-id
string
Required
The ID of the entity that owns the requested resource.
Request
This endpoint expects an object.
address
object
Required
The address of a contact person.
Show 6 properties
first_name
string
Required
The first name of a contact person.
last_name
string
Required
The last name of a contact person.
email
string
Optional
The email address of a contact person.
phone
string
Optional
The phone number of a contact person
title
string
Optional
The title or honorific of a contact person. Examples: Mr., Ms., Dr., Prof.
Response
This endpoint returns an object.
id
string
address
object
The address of a contact person.
Show 6 properties
counterpart_id
string
first_name
string
The first name of a contact person.
is_default
boolean
last_name
string
The last name of a contact person.
email
string
Optional
The email address of a contact person.
phone
string
Optional
The phone number of a contact person
title
string
Optional
The title or honorific of a contact person. Examples: Mr., Ms., Dr., Prof.
Errors
404
Not Found
422
Unprocessable Entity
500
Internal Server Error