Developer Portal
Breadcrumbs

Detail of Stock Advice

Get Stock Advice

Retrieve details of a stock advice using the unique ID of stock advice.

To obtain a specific ID, use the POST /api/stock-advice/list endpoint with the appropriate filters.

 

Request structure

Endpoint:

GET /api/stock-advice/{id}

URL (prod):

https://app.mailship.eu/api/stock-advice/{id}

Headers:

Authorization: Bearer YOUR_ACCESS_TOKEN
Accept: application/json

Request body:

None (this request does not require a body).

Request Example (cURL):

curl --location 'https://app.mailship.eu/api/stock-advice/d5b37900-21ad-498f-986f-ba42e04361da' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {{token}}'

Path parameter:

Parameter

Type

Required

Description

id

string

The unique stock advice identifier. Example: d5b37900-21ad-498f-986f-ba42e04361da

 

Response

If successful, returns a stock advise entity matching the specified ID in JSON format.

See more details in the API Doc.