Skip to main content
POST
https://api.legitmark.com
/
api
/
v2
/
sr
cURL
curl -X POST https://api.legitmark.com/api/v2/sr \
  -H 'Authorization: Bearer leo_your_api_key' \
  -H 'Content-Type: application/json' \
  -d '{
    "reference_id": "ITEM-2024-0891",
    "service": "31670fe9-9272-11ef-b98d-06fb0f2a63e5",
    "item": {
      "category": "cc30b104-7c47-11ef-a623-02595575faeb",
      "type": "95e42d6b-7c4f-11ef-a623-02595575faeb"
    }
  }'
{
  "success": true,
  "message": "Service request initiated successfully.",
  "sr": {
    "uuid": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
    "active": true,
    "migrated": false,
    "micro_id": "998001",
    "legacy_id": null,
    "external_id": "ITEM-2024-0891",
    "tab": "DRAFT",
    "source": "api",
    "partner_code": null,
    "state": {
      "primary": "DRAFT",
      "supplement": null
    },
    "summary": {
      "style": "Crossbody",
      "style_id": "95e42d6b-7c4f-11ef-a623-02595575faeb"
    },
    "user": "user-uuid",
    "service": "31670fe9-9272-11ef-b98d-06fb0f2a63e5",
    "created_at": "2026-01-15T10:30:00.000Z",
    "updated_at": "2026-01-15T10:30:00.000Z",
    "drafted_at": "2026-01-15T10:30:00.000Z"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.legitmark.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
default:leo_your_api_key_here
required

Bearer token authentication. Use your API key in the format: Bearer leo_xxxxxxxx

Body

application/json
reference_id
string
required

Your internal identifier for the item (e.g., SKU, inventory ID, or product code) used to look up the item in your system

Example:

"ITEM-2024-0891"

item
object
required
uuid
string<uuid>

Service request identifier

service
string<uuid>

Service UUID (luxury, sneakers, etc.). Optional — if omitted, auto-resolved based on your organization and item type.

Example:

"31670fe9-9272-11ef-b98d-06fb0f2a63e5"

Response

Service request created successfully

success
boolean
Example:

true

message
string
Example:

"Service request initiated successfully."

sr
object

Created service request