v1
latestOpenAPI 3.1.02026-07-26167644759.4 KBPlacements
Retrieve a placement
Retrieves the placement with the specified ID. Includes custom attribute values, fee splits, and placement metadata.
get/placements/{id}
Path parameters
idstring required
Response
Successfully retrieved placement details
Example response
{
"fee": {
"net": {
"amount": 10000
}
}
}