Z

Zapier NLA API

REST discovered

Details Spec supplied by APIs.guru
URL
https://nla.zapier.com
Spec
https://api.apis.guru/v2/specs/zapier.com/nla/1.0.0/openapi.json
Docs
https://nla.zapier.com/api/v1/dynamic/docs
Authentication
Zapier NLA API key api_key discovered Get key ↗
x-api-key: <credential>

Go to the NLA Dev App provider debug page, then under User → Information → API Key generate an API key if one does not already exist, as described in the NLA OpenAPI docs at apis.guru's Zapier NLA spec. Send it in the x-api-key header.

Zapier NLA OAuth client oauth2 discovered Set up OAuth ↗
Authorization: Bearer <credential>

For user-facing NLA integrations, submit Zapier's access form to get a client_id, client_secret, and provider name, then use Zapier's standard OAuth v2 flow against https://nla.zapier.com/oauth/authorize/ and https://nla.zapier.com/oauth/token/, as documented in the NLA OpenAPI description at apis.guru's Zapier NLA spec.