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