Accessing back links from the API?

Hey all, I am trying to find the API that returns all the links pointing to the entry I’m on. Does this exist? It would be equivalent to what the Web App shows under LINKS in the right-hand pane.
backlinks

Hey Aleks,

that API indeed exists.
It’s the links_to_entry search parameter.
You can find the docs at https://www.contentful.com/developers/docs/references/content-delivery-api/#/reference/search-parameters/links-to-entry
The same thing exists for Assets too as links_to_asset.

1 Like