Media Get shortcode by id

Name Type Default Description
id (required) string Media id
curl --request POST \
--url https://boxapi.ir/api/instagram/media/get_shortcode_by_id \
--header "Authorization: Bearer YOUR_API_TOKEN" \
--header "Content-Type: application/json" \
--data '{
        "id": 2967835229909923253
    }'