Get a contact profile, or list them
eurodns_contact_get_profileRetrieve a contact profile by ID or list profiles filtered by type and role. Use this to view registrant, admin, technical, or billing contacts before saving or setting as default.
Instructions
Returns one reusable contact profile — the registrant, admin, technical or billing identity attached to domains — by id, or lists the account’s profiles filtered by type and role when id is omitted. Read a profile before eurodns_contact_save_profile, which needs every field; eurodns_contact_set_as_default_profile chooses which one future orders use.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Numeric id of the contact profile to return in full. Omit it to list the account’s profiles, filtered by type and role. | |
| page | No | 1-based page number. There is no page meaning everything: walk pages until a short one comes back. | |
| size | No | Results per page, 1 to 500. A wide page is truncated by the character limit, so prefer a filter to a large size. | |
| type | No | Filter on the contact type: PRIVATE_PERSON, COMPANY, ORGANISATION or PUBLIC_BODY. | |
| isOrg | No | Keep only profiles usable as the registrant (owner) contact. | |
| isTech | No | Keep only profiles usable as the technical contact. | |
| isAdmin | No | Keep only profiles usable as the administrative contact. | |
| isBilling | No | Keep only profiles usable as the billing contact. | |
| sortField | No | Result field to sort on, spelled as in the response items. Unsorted when omitted. | |
| sortOrder | No | ASC or DESC; only read with sortField. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Response body as returned by the API. | |
| status | Yes | Upstream HTTP status code. |