Welcome to the Nymbol API
Nymbol uses a RESTful API. If you’re not familiar with it, you can read the Wikipedia entry on the topic. In short however, you can perform four types of action via the Nymbol REST API:
- GET
- Return a single record or a list of records
- POST
- Create a new record
- PUT
- Update an existing record
- DELETE
- Remove a record
There are a number of API endpoints divided up into sections. Please use the Endpoints menu to find your way around.
Token and key
Access to the API is granted via a simple token and key authentication protocol. You'll need to create an app in order to use the API.