Skip to main content
POST
/
apiKeyRequests
/
{sellerId}
Submit request
curl --request POST \
  --url https://api.quivo.co/apiKeyRequests/{sellerId}
true

Path Parameters

sellerId
integer<int64>
required

The unique identifier for the seller account. This ID is used to scope operations to a specific seller's data and resources.

Response

Returns the created API key request with assigned identifier and current status.

The response is of type boolean.