99designs · Authentication Profile

99Designs Authentication

Authentication

99designs secures its APIs with apiKey across 2 declared security schemes, as derived from its OpenAPI definitions.

CompanyMediaDesignMarketplaceCreativeFreelanceGraphic DesignBranding
Methods: apiKey Schemes: 2 OAuth flows: API key in: header

Security Schemes

ApiKeyId apiKey
· in: header (Api-Key-Id)
ApiKeySecret apiKey
· in: header (Api-Key-Secret)

Source

Authentication Profile

Raw ↑
generated: '2026-07-17'
method: searched
source: openapi/99designs-openapi.yml
docs: https://api.99designs.com/resources/docs/
notes: >-
  Authorization requires both Api-Key-Id and Api-Key-Secret headers on every
  request. Keys are issued by 99designs after a partner requests API access at
  https://99designs.com/api. The legacy 99designs Tasks API used HTTP Basic Auth.
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: ApiKeyId
  type: apiKey
  in: header
  parameter: Api-Key-Id
  sources:
  - openapi/99designs-openapi.yml
- name: ApiKeySecret
  type: apiKey
  in: header
  parameter: Api-Key-Secret
  sources:
  - openapi/99designs-openapi.yml