Retrieve jobs data
| API Key | Label | Last Used | |
|---|---|---|---|
Issuing Tokens
To get started with generating tokens, visit Workcenter's Developer Token page at https://start.workcenter.xometry.com/settings/partner/developer/tokens
Token Lifetimes
Tokens are valid until they are revoked by deleting them. When they are deleted, they are revoked immediately and all future requests with that key will be invalid.
Rate Limits
Rate limits apply at the partner level. If your organization uses more than one API key, those keys share a single allowance rather than each having their own.
Each partner can send 2 read requests (GET) and 2 write requests (POST, PATCH, DELETE) per second. The two allowances are separate, so reads do not consume your write allowance.
Every response includes RateLimit-Policy and RateLimit headers showing your current status. If you exceed a limit, the request returns 429 Too ManyRequests with a Retry-After header indicating how many seconds to wait before retrying.
See Rate Limits for retry guidance and tips for higher volume integrations.
