Skip to main content
GET
https://api.legitmark.com
/
api
/
services
/
{service_uuid}
Get Service
curl --request GET \
  --url https://api.legitmark.com/api/services/{service_uuid}
{
  "success": true,
  "rc_hit": false,
  "message": "The service was fetched successfully.",
  "service": {
    "uuid": "31670fe9-9272-11ef-b98d-06fb0f2a63e5",
    "name": "TikTok Shop Partner Sneaker",
    "description": "Standard Authentication in under 60 min",
    "expected_completion_time": 3600,
    "price": 0,
    "parent": false,
    "excluded_from_billing": false,
    "created_at": "2024-10-25T01:41:02.000Z",
    "updated_at": "2024-10-25T01:41:02.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.

Path Parameters

service_uuid
string<uuid>
required

Response

Service retrieved successfully

success
boolean
required
Example:

true

message
string
required
Example:

"The service was fetched successfully."

service
object
required
rc_hit
boolean

Indicates if the response was served from cache

Example:

true