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/:idPath Parameters
Parameter
Type
Description
id
string
The unique identifier (id) of the intent to retrieve.
Body
No body is required for this request.
Response
An intent, same schema as POST /v1/intent.
Last updated
Was this helpful?