Advertisement
Guest User

Untitled

a guest
Sep 30th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. {
  2. "error": {
  3. "code": 400,
  4. "message": "This API key is not authorized to complete the operation"
  5. }
  6. }
  7.  
  8. if (!$controllerResponseData) {
  9. $error = array('message' => 'This API key is not authorized to complete the operation');
  10. return $app->json($error, 400);
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement