cURL
curl --request POST \ --url https://api.sand.getivy.de/api/service/merchant/capabilities/details \ --header 'Content-Type: application/json' \ --header 'X-Ivy-Api-Key: <api-key>' \ --data '{ "market": "AF" }'
{ "capabilities": [] }
Retrieve the capabilities of your Ivy account. The capabilities are broken down by market and by product.
API key for authentication
Returns the active capabilities of the requested market.
The response is of type object.
object