Endpoints

Get entry by URL

/api/v1/get-entry-by-url

Parameters

  • url (required)
    • The full URL of the entry. This includes the path parts from the parent pages
  • locale (required)
    • The locale of the entry to fetch

Response type

RoutableEntryResponse

Get entry by UID

/api/v1/get-entry-by-uid

Parameters

  • uid (required)
    • The UID of the entry
  • locale (required)
    • The locale of the entry to fetch

Response type

RoutableEntryResponse

Get entry by UID

/api/v1/content-types

Parameters

Response type

ContentTypeResponse