POST
/
admin
/
api
/
v1
/
offers
/
{offer_id}
/
secrets
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>"
  ]
}'
{}

Authorizations

Authorization
string
header
required

Authentication token, prefixed by Bearer: Bearer <token>

Path Parameters

offer_id
string
required

Body

application/json

Response

200
application/json

A successful response.

The response is of type object.