This endpoint gets all the carts.
To call any
/carts
endpoints, you need to use a JWT token or an intent token for authorization.
{
"code": 200,
"message": "OK; carts found.",
"data": [
{
"default": "boolean",
"reference": "string",
"cart_id": "string"
}
],
"links": {},
"errors": []
}
200
OK; Carts found.
400
Carts not found
403
Forbidden