This action allows to list entities of a specific customer.This endpoint is paginated, see Limit & pagination for details. By default, at most 1000 records are returned.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
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>'