deprecated

Get application

Path Parameters
  • id
    Type: stringFormat: uuid
    required
Responses
  • application/json
  • application/json
  • application/json
  • application/json
  • application/json
  • application/json
  • application/json
Request Example for get/applications/{id}
curl https://api-sandbox.tryslatehq.com/applications/123e4567-e89b-12d3-a456-426614174000 \
  --header 'x-api-key: YOUR_SECRET_TOKEN'
{
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "businessId": "123e4567-e89b-12d3-a456-426614174000",
  "currentStep": "INTRO",
  "status": "DRAFT",
  "externalId": "biz_123",
  "createdAt": "2025-01-01T00:00:00Z"
}