This action allows to fetch details of an entity.The required scope is entities.
Access via Access token, with the source accessibility determined by the permissions of the customer associated with the token and the Login token scopes used to obtain it
Request
Authorization
JWT Bearer
Add the parameter
Authorization
to Headers,whose value is to concatenate the Token after the Bearer.
Example:
Authorization: Bearer ********************
or
Path Params
Header Params
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://api.enectiva.cz//entities/' \
--header'Accept: application/vnd.api+json' \
--header'Authorization: Bearer <token>'