# Phone number API

{% hint style="warning" %}
Always use the ![](/files/m7sG1yMt1hKM9aixTWhz) **Copy** icon in the example field when copying examples. Manual copy and paste is known to cause data format errors.
{% endhint %}

### Get phone number information

{% openapi src="/files/8BmXoFudTsGXIjaZfgQc" path="/api/v1/customer/phone-number/{phoneNumber}" method="get" %}
[api.yaml](https://4176899220-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fj4Xx1BendjNBmXW0Z5yP%2Fuploads%2Fgit-blob-fa1ba8693b2c3fa308a0fb506827c85606128ec0%2Fapi.yaml?alt=media)
{% endopenapi %}

### Update phone number

{% openapi src="/files/8BmXoFudTsGXIjaZfgQc" path="/api/v1/customer/phone-number/{phoneNumber}" method="put" %}
[api.yaml](https://4176899220-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fj4Xx1BendjNBmXW0Z5yP%2Fuploads%2Fgit-blob-fa1ba8693b2c3fa308a0fb506827c85606128ec0%2Fapi.yaml?alt=media)
{% endopenapi %}

### Get phone number details

{% openapi src="/files/8BmXoFudTsGXIjaZfgQc" path="/api/v1/customer/phone-numbers" method="get" %}
[api.yaml](https://4176899220-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fj4Xx1BendjNBmXW0Z5yP%2Fuploads%2Fgit-blob-fa1ba8693b2c3fa308a0fb506827c85606128ec0%2Fapi.yaml?alt=media)
{% endopenapi %}

### Get phone number address

{% openapi src="/files/8BmXoFudTsGXIjaZfgQc" path="/api/v1/customer/phone-number/{phoneNumber}/address" method="get" %}
[api.yaml](https://4176899220-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fj4Xx1BendjNBmXW0Z5yP%2Fuploads%2Fgit-blob-fa1ba8693b2c3fa308a0fb506827c85606128ec0%2Fapi.yaml?alt=media)
{% endopenapi %}

### Update phone number address

{% openapi src="/files/8BmXoFudTsGXIjaZfgQc" path="/api/v1/customer/phone-number/{phoneNumber}/address" method="put" %}
[api.yaml](https://4176899220-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fj4Xx1BendjNBmXW0Z5yP%2Fuploads%2Fgit-blob-fa1ba8693b2c3fa308a0fb506827c85606128ec0%2Fapi.yaml?alt=media)
{% endopenapi %}

### Remove phone number address

{% openapi src="/files/8BmXoFudTsGXIjaZfgQc" path="/api/v1/customer/phone-number/{phoneNumber}/address" method="delete" %}
[api.yaml](https://4176899220-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fj4Xx1BendjNBmXW0Z5yP%2Fuploads%2Fgit-blob-fa1ba8693b2c3fa308a0fb506827c85606128ec0%2Fapi.yaml?alt=media)
{% endopenapi %}

### Get Advisor's phone number info

{% openapi src="/files/8BmXoFudTsGXIjaZfgQc" path="/api/v1/customer/advisors/{advisorSymphonyId}/phone-number" method="get" %}
[api.yaml](https://4176899220-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fj4Xx1BendjNBmXW0Z5yP%2Fuploads%2Fgit-blob-fa1ba8693b2c3fa308a0fb506827c85606128ec0%2Fapi.yaml?alt=media)
{% endopenapi %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://rest-api-federation.symphony.com/26.06/readme/phone-number-api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
