Auth & Identity
Authentication
All MUDBASE API requests require authentication via API keys passed in the request header.
API Key Authentication
httpRequest Headers
Authorization: Bearer mb_live_xxxxxxxxxxxxxxxxxxxxxxxx
Content-Type: application/json
X-Project-Id: proj_xxxxxxxxxxxxxxxxAuthorization: Bearer mb_live_xxxxxxxxxxxxxxxxxxxxxxxx
Content-Type: application/json
X-Project-Id: proj_xxxxxxxxxxxxxxxxBase URL
text
https://cloud.mudbase.devhttps://cloud.mudbase.devAuthentication Flow
API Key
Validate
Project Check
Authorized
Error Responses
| Status | Code | Meaning |
|---|---|---|
| 200 | ok | Request succeeded |
| 400 | bad_request | Check your request parameters |
| 401 | unauthorized | Invalid or missing API key |
| 403 | forbidden | Insufficient permissions for this action |
| 404 | not_found | Resource does not exist |
| 429 | rate_limited | Rate limit exceeded — see Retry-After header |