Skip to main content
GET
/
api
/
embed
/
submission
/
{id}
Error
A valid request URL is required to generate request examples
{
  "submission": {
    "id": 123,
    "slug": "<string>",
    "status": "<string>",
    "created_at": "2023-11-07T05:31:56Z"
  },
  "submitter": {
    "id": 123,
    "uuid": "<string>",
    "email": "<string>",
    "name": "<string>",
    "role": "<string>",
    "values": {}
  },
  "template": {
    "id": 123,
    "name": "<string>"
  },
  "options": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.spitshake.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT token for Embed API endpoints

Path Parameters

id
integer
required

Response

200 - application/json

Submission data for embedded form

submission
object
submitter
object
template
object
options
object