Get insertion order status by pin order id.
GET {{baseUrl}}/ad_accounts/:ad_account_id/ssio/insertion_orders/:pin_order_id/status
Get insertion order status for pin order id pinorderid.
- The token's user_account must either be the Owner of the specified ad account, or have one of the necessary roles granted to them via Business Access: Admin, Finance, Campaign.
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Accept | string | 
RESPONSES
status: OK
{"pin_order_id":"\u003cstring\u003e","status":"\u003cstring\u003e","creation_time":"\u003cstring\u003e"}