Skip to main content
GET
/
v1
/
actorTypes
Get All Actor Types
curl --request GET \
  --url https://qa-lynx.nayax.com/operational/v1/actorTypes \
  --header 'Authorization: <api-key>'
[
  {
    "ActorTypeID": 123,
    "ActorTypeName": "<string>",
    "LastUpdated": "2023-11-07T05:31:56Z",
    "DefaultBit": true,
    "CKey": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Enter your API key. It's required to authenticate API requests.

Query Parameters

ActorTypeID
integer<int32>

The unique identifier of the actor type to filter the results.

Response

200 - application/json

A list of actor types matching the specified criteria.

ActorTypeID
integer<int32> | null

The unique identifier of the actor type.

ActorTypeName
string | null

The name of the actor type.

LastUpdated
string<date-time> | null

The date and time when the actor type was last updated.

DefaultBit
boolean | null

Indicates whether this actor type is the default type.

CKey
string | null

A unique key associated with the actor type for additional identification or reference.