Placements
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
}
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.