Linkedin is showing as success on make but not posting

I have a scenario that shows the photo post on linkedin was successful but it’s not actually posting. I have tried changing the linkedin account, reauthorizing, disconnecting everything and keeps ‘going through’ as successful but its no where to be found. Any suggestions would be help?

Perhaps your looking at the wrong account? You are going under your profile and clicking on “show all post” correct?

Try retrieving the post via api call to see if it actually exist with this request.
GET https://api.linkedin.com/rest/posts/{encoded ugcPostUrn|shareUrn}

Yes thats correct I am looking at all posts and multiple accounts I have tried. Sorry for basic question - I set up API call - is below the correct understanding for set up?

Note the small directions below the URL field. The https://api.linkedin.com/ is included. Also the ID must be URL encoded. You can take a look at the documentation here to put in the right parameters.
Posts API - LinkedIn | Microsoft Learn