Submissions
Retrieve a submission
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The id of the submission
Example:
"sub_4VjHrJoEwAFC6itz8oUBW9NW2bia"
The id of the endpoint
Example:
"enp_4VjHrJoEwAFC6itz8oUBW9NW2bia"
Response
200
application/json
Retrieve a submission
The id of the submission
Example:
"sub_4VjHrJoEwAFC6itz8oUBW9NW2bia"
The id of the endpoint
Example:
"enp_4VjHrJoEwAFC6itz8oUBW9NW2bia"
The data of the submission in json format
Example:
{ "exampleValue": "foo" }
The origin location of the submission
Example:
"Spain"
Shows if the submission is marked as spam
Example:
false
Shows if the submission is already readed
Example:
false