Use this API to get entity info for an API key.
The entity_type
can be one of:
race
, partner
, ticket_event
, club
.
Additional types may be added in the future.
The entity_specific_id
is the ID associated with that entity type.
For example, a race
entity will return the race ID in this field.
{ "generic_entity_id": 999, "entity_type": "race", "entity_name": "My Race Name", "entity_specific_id": 111 }
Parameter | HTTP Method | Default | Description | Datatype |
---|---|---|---|---|
rsu_api_key Required |
GET | API key. | string |
|
X-RSU-API-SECRET Required |
HTTP Header | API secret. | string |