Skip to main content
PUT
/
applications
/
{id}
/
move
Move application to stage
curl --request PUT \
  --url https://api.gospott.com/applications/{id}/move \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "stageId": "<string>",
  "statusId": "<string>"
}
'
{
  "status": 0,
  "message": "Stage ID is required",
  "requestId": "<string>",
  "statusCode": 400,
  "error": "Bad Request"
}

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
stageId
string
required
Minimum string length: 1
statusId
string | null
position
object

Response

Application moved successfully