Equilibrium Earth

Engineering Challenge

Welcome to the Equilibrium Earth internship challenge. This is a black-box API challenge your goal is to collect 4 tokens by exploring and experimenting with our API endpoints. No tricks, no gotchas just careful observation and problem-solving.

Rules

  • You must call all endpoints with your x-candidate-key header (except registration)
  • Read responses carefully including headers
  • Timing may matter
  • We log everything don't try to brute force
  • Submit all 4 tokens when you have them

API Endpoints

MethodEndpointDescription
POST/api/registerRegister with your email, receive your candidate key
GET/api/profileView your profile
GET/api/puzzleGet a puzzle
POST/api/answerSubmit your puzzle answer
GET/api/secret???
POST/api/submitSubmit all 4 tokens

Register

Submit Your Tokens