marketix
LoginSign Up
  • Welcome!
  • Getting Started
  • Best Practices
  • Pricing
  • FAQ
  • Documents API
    • Documents: List
    • Documents: Show
    • Document: Store
    • Document: Update
Powered by GitBook
On this page
  1. Documents API

Documents: Show

API endpoint:

GET

https://app.marketix.io/api/v1/documents/{id}

Request example:

curl --location --request GET 'https://app.marketix.io/api/v1/documents/{id}' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
PreviousDocuments: ListNextDocument: Store

Last updated 2 years ago