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_xxxxxxxxxxxxxxxx
Authorization: Bearer mb_live_xxxxxxxxxxxxxxxxxxxxxxxx
Content-Type: application/json
X-Project-Id: proj_xxxxxxxxxxxxxxxx

Base URL

text
https://cloud.mudbase.dev
https://cloud.mudbase.dev

Authentication Flow

API Key
Validate
Project Check
Authorized

Error Responses

StatusCodeMeaning
200okRequest succeeded
400bad_requestCheck your request parameters
401unauthorizedInvalid or missing API key
403forbiddenInsufficient permissions for this action
404not_foundResource does not exist
429rate_limitedRate limit exceeded — see Retry-After header