help center
  • Introduction
  • Designs
    • Products
    • Design guides
    • Editing designs
    • Personalize (variables)
    • QR codes
    • Branded Links
    • Images
    • Fonts
    • Scaling text
    • Emojis
    • Finishes
    • Colours
    • Coupons
  • Testing
    • Preview
    • Sample Card
  • API
    • API Documentation
    • Authentication and API Keys
    • Example JSON
    • API status codes
    • Address Validation
    • Rate Limiting
    • Idempotency
    • Postman settings
    • CSV automation
    • Webhooks
  • Integrations
    • ActiveCampaign
    • Deployteq
    • HubSpot
    • Klaviyo
    • Laravel
    • Monday
    • Power Automate
    • Shopify
    • AFAS
    • Spotler / Squeezely
    • Zapier
    • Salesforce
    • Microsoft Dynamics 365
    • Odoo CRM
    • Copernica
    • Zoho
  • Mailing
    • Submission
    • Destinations
    • Sustainability
    • Batch
  • Billing
    • Prepaid
    • Invoice
    • Cost centers
  • Support

help center

English
  • Nederlands
  • English
  • Introduction
  • Designs
    • Products
    • Design guides
    • Editing designs
    • Personalize (variables)
    • QR codes
    • Branded Links
    • Images
    • Fonts
    • Scaling text
    • Emojis
    • Finishes
    • Colours
    • Coupons
  • Testing
    • Preview
    • Sample Card
  • API
    • API Documentation
    • Authentication and API Keys
    • Example JSON
    • API status codes
    • Address Validation
    • Rate Limiting
    • Idempotency
    • Postman settings
    • CSV automation
    • Webhooks
  • Integrations
    • ActiveCampaign
    • Deployteq
    • HubSpot
    • Klaviyo
    • Laravel
    • Monday
    • Power Automate
    • Shopify
    • AFAS
    • Spotler / Squeezely
    • Zapier
    • Salesforce
    • Microsoft Dynamics 365
    • Odoo CRM
    • Copernica
    • Zoho
  • Mailing
    • Submission
    • Destinations
    • Sustainability
    • Batch
  • Billing
    • Prepaid
    • Invoice
    • Cost centers
  • Support

Print.one

  • Print.one website

  • Print.one login

  • Terms and Conditions

Copyright © 2024 Print.one - all rights reserved

  • API

API

Basic information about the API. You can find the technical API docs under 'Integrate' in the portal.

📄️ API Documentation

API documentation mainly provides you with information about graphical aspects, delivery specifications, links with data sources, and other explanations.

📄️ Authentication and API Keys

To use the API, you need an API key. This allows Print.one to securely verify who is sending commands.

📄️ Example JSON

JSON is a way to structure data to be passed to a system, such as Print.one. If you are not yet familiar with JSON, you can view it as a list of keys and values that indicate which information should go where. It is the way you send data to Print.one so that your cards can be automatically personalized.

📄️ API status codes

API status codes indicate whether a request was successful or if something went wrong.

📄️ Address Validation

Our Print.one API automatically checks whether addresses are filled in correctly when you submit an order. This is to prevent shipping errors. There is a general address check that applies to all countries, and specific validations for the Netherlands, Germany, and Belgium.

📄️ Rate Limiting

Unless otherwise stated in the API documentation, all endpoints have a rate limit of 60 requests every 30 seconds.

📄️ Idempotency

Our API supports idempotency, which allows you to safely resend a request without accidentally performing the same operation twice.

📄️ Postman settings

Postman is an application used by many developers for testing APIs. On many (marketing) platforms, you can test API requests or webhooks directly, so Postman is not always necessary. 

📄️ CSV automation

With a CSV file, you can easily create multiple orders simultaneously. Each row in the CSV file becomes a new order (card).

📄️ Outgoing Webhooks

With outgoing webhooks, you automatically receive notifications as soon as something changes in Print.one. Your own systems (e.g., a CRM, dashboards, or external software) can therefore respond directly to these updates. Outgoing webhooks are also called HTTP callbacks.

Previous

« Sample Card

Next

API Documentation »