API Reference
POST custom/forms/{id}/submissions/Z
POST operation for custom/forms/{id}/submissions/Z
Authorization
ApiKeyAuth Authorization<token>
API key authentication. Format: Your API key (no "Token" prefix needed)
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://dev-rest.onboard.io/custom/forms/{id}/submissions/Z" \ -H "Content-Type: application/json" \ -d '{}'{
"a": "string",
"l": "string"
}Empty
Empty
Empty
How is this guide?