Errors
Switch API uses conventional HTTP response codes to indicate the success or failure of an API request.
{
"errors": [
{
"message": "Unauthorized",
"code": 3
}
]
}Last updated
Was this helpful?
Switch API uses conventional HTTP response codes to indicate the success or failure of an API request.
{
"errors": [
{
"message": "Unauthorized",
"code": 3
}
]
}Last updated
Was this helpful?
Was this helpful?