active status. Once unarchived, the contact will appear again in the default results of GET /v1/contacts and can be used in new payments.
Base URL
Authentication
All requests must include a Bearer token in theAuthorization header.
Path Parameters
string
required
The unique identifier of the contact to restore.
Request Body
This endpoint does not accept a request body.Response
Returns the updatedContact object with HTTP status 200 OK and status: "active".
string
Unique identifier for the contact.
string
The contact type:
payee or business.string
The contact’s updated status. Will be
active.string | null
The contact’s display name.
string[]
Email addresses associated with the contact.
string | null
Phone number for the contact.
string
Allowed payment direction:
bidirectional, can_pay, can_be_paid, or none.number | null
Net payment terms in days, if configured.
object | null
Summary of the contact’s linked bank account.
object | null
Tax information for the contact.
boolean
Whether this contact can currently receive payments.
datetime
ISO 8601 timestamp of when the contact was created.
datetime | null
ISO 8601 timestamp of this update.
datetime | null
Will be
null after a successful unarchive.Example Request
curl
Example Response
200
After unarchiving, the contact’s
archivedAt field is reset to null and the contact resumes appearing in the default results of GET /v1/contacts.