Designs

Create a Design

post/v1/designs

Request body

namestring required

Name of the Design (for your reference and never shown to the recipient).

kindstring required

Must be "certificate" or "badge" to specify the Design type.

encoded_contentstring required

The encoded content of the design.

background_bleedsboolean

Specifies if the design should allow print bleeding.

orientationstring

Must be "landscape" or "portrait" to specify a design's paper orientation.

sizestring

Must be "us-letter" or "a4" to specify a design's paper size.

department_idnumber

Department that the Design belongs to. If not defined the Design will be assigned to the organizations default department.

meta_dataobject

You can use this parameter to attach key-value strings to the object. Meta data is useful for storing additional, structured information on an object.

Response

OK

Changes

Changed in 1 of the 30 revisions of this API.11

  • 98201e8dd1b411See the full diff
    • deleted the header request parameter Authorization

      request-parameter-removed

    • the endpoint scheme security ApiKeyAuth was added to the API

      api-security-added