Review all your Execution Layers.
curl --request GET \ --url https://app.docs.bynesoft.com/api/users/execution-layers \ --header 'X-API-Key: <api-key>'
{ "executionLayers": [ { "id": "<string>", "name": "<string>", "sourceFabric": "<string>" } ], "nextToken": "<string>" }
Quantity of retrieved execution layers (minimum - 1, maximum - 50)
1 <= x <= 50
Successful Response
The response is of type object.
object