Skip to main content
POST
/
v1
/
marketplace
/
catalog
/
{public_name}
/
verify
Verify Password for Marketplace Listing
curl --request POST \
  --url https://api.mixpeek.com/v1/marketplace/catalog/{public_name}/verify \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "password": "<string>"
}
'
{
  "status": 123,
  "error": {
    "message": "<string>",
    "type": "<string>",
    "details": {}
  },
  "success": false
}

Documentation Index

Fetch the complete documentation index at: https://docs.mixpeek.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

public_name
string
required

Public name of the marketplace listing

Body

application/json
password
string
required

Password to verify

Response

Successful Response