> For the complete documentation index, see [llms.txt](https://w3block.gitbook.io/w3block-eng/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://w3block.gitbook.io/w3block-eng/dev-docs/api/key-api-services/tokens/contracts/external-contacts.md).

# External Contacts

If you have a wallet that you want to be used in the system to receive royalties for example, but they do not have any user you can simply register their wallet as an External Contact.

### Create a External contact

{% openapi src="<https://api.pixway.io/docs-json>" path="/{companyId}/external-contacts/import" method="post" %}
<https://api.pixway.io/docs-json>
{% endopenapi %}

### List External Contacts for your company

{% openapi src="<https://api.pixway.io/docs-json>" path="/{companyId}/external-contacts" method="get" %}
<https://api.pixway.io/docs-json>
{% endopenapi %}

### Get a External Contact

{% openapi src="<https://api.pixway.io/docs-json>" path="/{companyId}/external-contacts/{id}" method="get" %}
<https://api.pixway.io/docs-json>
{% endopenapi %}

### Edit a External Contact

{% openapi src="<https://api.pixway.io/docs-json>" path="/{companyId}/external-contacts/{id}" method="patch" %}
<https://api.pixway.io/docs-json>
{% endopenapi %}
