Endpoints

Get entry by URL

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

Methods

  • GET

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

Methods

  • GET

Parameters

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

Response type

RoutableEntryResponse

Get all content types

/api/v1/content-types

Methods

  • GET

Parameters

Response type

ContentTypesResponse

Get single content type

/api/v1/content-type

Methods

  • GET

Parameters

  • content_type (required)
    • The UID of the content type

Response type

ContentTypeResponse

Get all global fields

/api/v1/global-fields

Methods

  • GET

Parameters

Response type

GlobalFieldsResponse

Get all locales

/api/v1/locales

Methods

  • GET

Parameters

Response type

LocalesResponse

Sync Contentstack data

/api/v1/sync

Methods

  • POST

Parameters

Response type

SyncResponse

Get all translations

/api/v1/translations

Methods

  • GET

Parameters

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

Response type

TranslationsResponse