Ana içeriğe atla
POST
/
forms
Form oluştur
curl --request POST \
  --url https://app.azalt.co/api/v1/forms \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "formNames": [
    "<string>"
  ],
  "siteIds": [
    "<string>"
  ],
  "years": [
    123
  ]
}
'
[
  {
    "id": "<string>",
    "name": "<string>"
  }
]

Yetkilendirmeler

Authorization
string
header
gerekli

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

Gövde

application/json
formNames
string[]
gerekli
Minimum array length: 1
siteIds
string[]
gerekli
years
number[]
gerekli

Yanıt

Successful response

id
string
gerekli
name
string
gerekli