env('MAX_API_LIMIT_PER_PAGE', 100), /* |-------------------------------------------------------------------------- | Format of the timestamp |-------------------------------------------------------------------------- | | This defines the format of the timestamp that is returned on most API | calls. | */ 'timestamp_format' => env('API_TIMESTAMP_FORMAT', 'Y-m-d\TH:i:s\Z'), /* |-------------------------------------------------------------------------- | Error codes for the API |-------------------------------------------------------------------------- */ 'error_codes' => [ '30' => 'The limit parameter is too big.', '31' => 'The resource has not been found.', '32' => 'Error while trying to save the data.', '33' => 'Too many parameters.', '34' => 'Too many attempts, please slow down the request.', '35' => 'This email address is already taken.', '36' => 'You can\'t set a partner or a child to a partial contact.', '37' => 'Problems parsing JSON', '38' => 'Date should be in the future', '39' => 'The sorting criteria is invalid', '40' => 'Invalid query', ], ];