API REFERENCE

REST API Authentication

Last updated August 2, 2026 · 1 min read

Every UfirstDEV product exposes a REST API under your site’s /wp-json/ufirstdev/v1/ namespace. Requests must include an API key issued from your account dashboard.

Generating a Key

Go to Account → API Keys and click Generate New Key. Keep this key secret — it grants full access to your account’s data.

Authenticating Requests

Pass your key in the Authorization header of every request:

Authorization: Bearer YOUR_API_KEY

Rate Limits

API requests are limited to 600 requests per minute per key. Exceeding this returns a 429 status code.

Was this article helpful?