Get Competition Account by Uuid
The "Get Competition Account by Uuid" endpoint retrieves details of a specific competition account using its unique identifier. It returns information such as the account’s login, user details, competition name, and current status.
Header Parameters
Authorizationstring
Path Parameters
competitionUuidstring Required
competitionAccountUuidstring Required
Response
200
Object
OK
Response Attributes
uuidstring Required
logininteger Required
namestring Required
emailstring Required
createdstring Required
competitionNamestring Required
competitionUuidstring Required
statusstring Required
Enum values:
AWAITING_COMPETITION_STARTAWAITING_COMPETITION_FEE_NOT_PAIDACTIVE_COMPETITIONLOCKED_FINISHED_COMPETITIONLOCKED_FAILED_COMPETITION400
Object
Bad Request
Response Attributes
statusinteger
HTTP status code
titlestring
Error title
detailstring
Error detail
pathstring
Request path
timestampstring
Error timestamp
401
Object
Unauthorized
Response Attributes
statusinteger
HTTP status code
titlestring
Error title
detailstring
Error detail
pathstring
Request path
timestampstring
Error timestamp
403
Object
Forbidden
Response Attributes
statusinteger
HTTP status code
titlestring
Error title
detailstring
Error detail
pathstring
Request path
timestampstring
Error timestamp
500
Object
Internal Server Error
Response Attributes
statusinteger
HTTP status code
titlestring
Error title
detailstring
Error detail
pathstring
Request path
timestampstring
Error timestamp
Was this section helpful?
What made this section unhelpful for you?
Response
Was this section helpful?