Add Retire Webhook

Triangle Registry - Add Retire Webhook

POST https://product.triangle.digital:8888/api/v2/add_retired_webhook

Headers

Name
Value

Content-Type

application/json

Body

Name
Type
Description
Example

hash

string

API key

fk5f0iuy-rr06-j4x3-i75b-fy2s67s4ilo1

link

string

Link

https://product.triangle.digital

Response

{
    "message": "The web-hook link was successfully added.",
    "success": true,
    "data": {
        "jwt_secret": "6219f9ed85e0024ff353ff615f0fc0c23b862a32a8e9982e6b0da8d367b178dd"
    },
    "operations_count": 1
}

Last updated