Probatix Documentation
Probatix Specimen Collection Kit API v1

Retrieves a SpecimenCollectionKitOrder resource.

Retrieves a SpecimenCollectionKitOrder resource.

GET
/sck/v1/orders/{id}

Retrieves a SpecimenCollectionKitOrder resource.

X-API-TOKEN<token>

In: header

Path Parameters

id*string (uuid)

SpecimenCollectionKitOrder identifier

Header Parameters

accept-language?string

Language for Errors and Translatable properties

Allowed values: "de", "en", "fr"

Response Body

curl -X GET "https://example.com/sck/v1/orders/497f6eca-6276-4993-bfeb-53cbbbba6f08" \  -H "accept-language: de"
{  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",  "kits": [    "/entity/1"  ],  "contact": {    "firstName": "string",    "lastName": "string",    "email": "user@example.com",    "phone": "string"  },  "shippingAddress": {    "address1": "string",    "address2": "string",    "zip": "string",    "city": "string",    "countryCode": "DE",    "firstName": "string",    "lastName": "string",    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",    "phone": "string",    "company": "string",    "name": "string"  },  "metadata": {    "property1": true,    "property2": true  },  "status": "new",  "createdAt": "2019-08-24T14:15:22Z",  "fulfilledAt": "2019-08-24T14:15:22Z",  "outboundShipment": {    "provider": "DHL",    "createdAt": "2019-08-24T14:15:22Z",    "updatedAt": "2019-08-24T14:15:22Z",    "trackingCode": "string",    "url": "string",    "shipmentStatus": "confirmed",    "providerStatus": "string",    "rawProviderHistory": [      "string"    ]  },  "returnShipment": {    "provider": "DHL",    "createdAt": "2019-08-24T14:15:22Z",    "updatedAt": "2019-08-24T14:15:22Z",    "trackingCode": "string",    "url": "string",    "shipmentStatus": "confirmed",    "providerStatus": "string",    "rawProviderHistory": [      "string"    ]  }}