cURL
curl --request POST \ --url https://merits.blockscout.com/admin/api/v1/offers/{offer_id}/secrets \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "details": [ "<string>" ] } '
{}
Authentication token, prefixed by Bearer: Bearer
A successful response.
The response is of type object.
object
Was this page helpful?