GET /v1/intent/:id

The GET /v1/intent/:id endpoint retrieves detailed information about a specific intent by its unique identifier.


Request

Endpoint

GET https://snipe.merkle.io/v1/intent/:id

Path Parameters

Parameter
Type
Description

id

string

The unique identifier (id) of the intent to retrieve.

Body

No body is required for this request.


Response

Last updated