Refer friends and earn rewards this week
Kongo Docs

Get Event Creator

Returns a creator wallet record by id

Get Help
GET
/events/creators/{id}

Path Parameters

id*string

Creator wallet id.

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/events/creators/string"
{  "id": "string",  "creatorName": "string",  "creatorHandle": "string",  "creatorUrl": "string",  "creatorImage": "string",  "createdAt": "2019-08-24T14:15:22Z",  "updatedAt": "2019-08-24T14:15:22Z"}
{  "type": "bad request",  "error": "q is required"}
{  "type": "not found error",  "error": "id not found"}