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
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".
Unique identifier for the contact.
The contact type:
payee or business.The contact’s updated status. Will be
active.The contact’s display name.
Email addresses associated with the contact.
Phone number for the contact.
Allowed payment direction:
bidirectional, can_pay, can_be_paid, or none.Net payment terms in days, if configured.
Summary of the contact’s linked bank account.
Tax information for the contact.
Whether this contact can currently receive payments.
ISO 8601 timestamp of when the contact was created.
ISO 8601 timestamp of this update.
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.