Skip to main content

API Reference

Endpoint

GET https://example.com/your-end-point?stoneId={stoneId}

Headers (if any)

secret-key: <your-api-key>
Accept: application/json
Content-Type: application/json

Request Example

GET https://example.com/your-end-point?stoneId=ABCD.1
secret-key: sk_test_123456
Accept: application/json
Content-Type: application/json

Successful Response

{
  "stoneId": "ABCD.1",
  "tracrId": "123456"
}

Error Response

{
  "error": "Invalid stoneId or stone not found"
}

If you have any queries, please submit a ticket using the form below:

🛠️ Support