Skip to main content
POST
/
soon
cURL
curl --request POST \
  --url http://sandbox.mintlify.com/soon \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "id": 123,
  "tag": "<string>"
}
'
{
  "name": "<string>",
  "tag": "<string>"
}

Authorizations

Authorization
string
header
required

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

Body

application/json

soon to add to the store

name
string
required

The name of the soon

id
integer<int64>
required

Identification number of the soon

tag
string

Tag to specify the type

Response

soon response

name
string
required

The name of the soon

tag
string

Tag to specify the type