# Manage disputes

These APIs allow you to manage disputes raised via either API or dynamic flow.

## List disputes 

List disputes for a profile.

For request/response details, see the [API reference](/api-reference/disputes/disputelist).

## Get dispute 

Retrieve a single dispute by its ID.

For request/response details, see the [API reference](/api-reference/disputes/disputeget).

## Withdraw dispute 

You can withdraw a dispute only when the `canWithdraw` field is `true`.

For request/response details, see the [API reference](/api-reference/disputes/disputewithdraw).