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
}Verify password for a password-protected 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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Public name of the marketplace listing
Password to verify
Successful Response
Was this page helpful?