Skip to content

Instantly share code, notes, and snippets.

@tcannonfodder
Created July 16, 2014 23:50
Show Gist options
  • Save tcannonfodder/9ca5d465b92d59e43799 to your computer and use it in GitHub Desktop.
Save tcannonfodder/9ca5d465b92d59e43799 to your computer and use it in GitHub Desktop.
Freckle API v2 Error Message Example
{
"message": "you don't have permission to filter by imports",
"errors": [
{
"resource": "Entry",
"code": "insufficent_permissions",
"field": "import_ids"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment