i

Please enable JavaScript to view this site.

Navigation: User Manual > Integration

Deyel Rest API

Deyel Rest API allows developers and external applications to programmatically interact with Deyel in a simple way, achieving fast integration at low coding cost.

 

The layout is modeled as a hierarchy where each node is either a single resource or a collection resource. By convention, the former is called "resource" and the latter is called "collection".

 

Resources are known as API nouns.

 

A collection contains a list of resources of the same type.

 

Example: The users collection contains a list of users where each user is a resource.

 

According to the REST architecture these resources can be used with a small number of methods.

 

Methods are known as API verbs.

 

With the HTTP protocol, resource names map naturally to URLs, while methods map via the HTTP protocol:

 

GET method

POST method

PUT / PATCH method

DELETE method

Security

 

The Rest API security of Deyel is implemented using the standard OAuth 2.0, which allows access to the provided resources, using a single Bearer type access token.

 

To start using Deyel Rest API, it is first necessary to obtain the access token, which is used in methods that access and interact with resources.

Send us your comment
Share on Twitter Share on Linkedin Send by Email Print