A comprehensive guide to understanding the Mudstack API, including authentication, key concepts, and making your first API call.
YOUR_ACCESS_TOKEN
with the token obtained during authentication.
429 Too Many Requests
response. The response will include a Retry-After
header indicating when you can retry your request.
200 OK
: The request was successful.400 Bad Request
: The request was invalid or cannot be processed.401 Unauthorized
: Authentication failed or the token is missing.403 Forbidden
: You do not have permission to access the resource.404 Not Found
: The requested resource does not exist.500 Internal Server Error
: An error occurred on the server.