Skip to main content
POST
/
applications
/
{id}
/
rejections
Create a rejection for an application
curl --request POST \
  --url https://api.gospott.com/applications/{id}/rejections \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "reason": "<string>"
}
'
{
  "id": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://api-docs.spott.io/llms.txt

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

Authorizations

x-api-key
string
header
required

API key for authentication. Get your API key from Settings → API Keys in your Spott dashboard.

Path Parameters

id
string
required

Body

application/json
reason
string | null
required

Response

Rejection created successfully

id
string
required
Minimum string length: 1