cURL
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>" } '
Move an application to a different pipeline stage within the same job. Optionally set a status and specify the position relative to other applications in the target stage.
API key for authentication. Get your API key from Settings → API Keys in your Spott dashboard.
Show child attributes
Application moved successfully