Problem with the API send Forms

Hello,

i have a problem with the API to Send form i testing with the Tool https://insomnia.rest/.

Here my Solution:

The Answer is “Path not Found”

The Double api in the Url is Correct Cockpit CMS is in a Subfolder Named Api.
i try with the Admin Account Token and with the Master Key Token.

Can anyone Help me? Normal Request without Sending Datas it’s not a Problem.

Thanks for your Help

Your payload should also be inside brackets:

{
  “form”: { “field”: “value” }
}
1 Like

Thanks @mpartipilo now it’s Works.

Thanks :slight_smile:

1 Like