There is currently one way to authenticate through Berymo Schedule API v1: authentication key and secret. A key can be created by Berymo support team. Token also has pair called secret.
First you need to have API KEY and API SECRET that are provided by Berymo. If you do not have those credentials, please get in touch with us. [email protected]
API KEY and API SECRET should be sent as header parameters. Unless you provide these keys, you are not able to authenticate API endpoints.
Berymo uses conventional HTTP response codes to indicate the success or failure of an API request.
As a general rule:
Codes in the 2xx range indicate success
Codes in the 4xx range indicate incorrect or incomplete parameters (e.g., a required parameter was omitted, an operation failed with a 3rd party, etc.)
Codes in the 5xx range indicate an error with Berymo's servers (these are rare)
Berymo also outputs an error message and an error code formatted in JSON: