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>"
}
'

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
statusId
string | null
position
object

Response

Application moved successfully