> ## Documentation Index
> Fetch the complete documentation index at: https://razorpay-881012b3.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Contact APIs

> List of RazorpayX Contact APIs available to perform various actions.

<div style={{display:"flex",flexWrap:"wrap",alignItems:"center",gap:"0.35rem 0.9rem",border:"1px solid rgba(128,128,128,0.28)",borderRadius:"0.5rem",padding:"0.45rem 0.75rem",margin:"0 0 1.25rem",fontSize:"0.875rem"}}>
  <span style={{fontWeight:600}}>Available in</span>
  <span>🇮🇳 India</span>
</div>

You can use the our Contact APIs to create, update or deactivate contacts. You can perform most of these actions from the [RazorpayX Dashboard](https://x.razorpay.com/auth) as well.

## List of APIs

The table below lists the various Contacts APIs and gives a brief description of each API:

| API                                                                             | Description                                   |
| ------------------------------------------------------------------------------- | --------------------------------------------- |
| [Create a Contact](/docs/api/x/contacts/create)                                 | Creates a new Contact.                        |
| [Update a Contact](/docs/api/x/contacts/update)                                 | Updates an existing Contact.                  |
| [Activate or Deactivate a Contact](/docs/api/x/contacts/activate-or-deactivate) | Activates or deactivates an existing contact. |
| [Fetch all Contacts](/docs/api/x/contacts/fetch-all)                            | Retrieves all the Contacts.                   |
| [Fetch a Contact with ID](/docs/api/x/contacts/fetch-with-id)                   | Retrieves a single Contact with ID.           |

### Related Information

* [Contacts and Fund Accounts](/docs/x/contacts)
* [Subscribe to Webhooks](/docs/x/apis/subscribe)
