cURL
curl --request GET \ --url https://api.apriora.ai/v1/api/positions \ --header 'X-API-Key: <api-key>'
[ { "positionId": "<string>", "name": "<string>" } ]
Returns a list of positions from the system.
Positions response
The response is of type object[].
object[]