{"openapi":"3.1.0","info":{"title":"Caldera Service","version":"1.0.0"},"paths":{"/v1/launcher/racp":{"post":{"tags":["Launcher"],"summary":"Request anti cheat provider","requestBody":{"content":{"application/json":{"schema":{"type":"object","required":["exchange_code"],"properties":{"account_id":{"$ref":"#/components/schemas/AccountID"},"epic_app":{"type":"string","examples":["fortnite"]},"exchange_code":{"type":"string","format":"^[0-9a-f]{12}4[0-9a-f]{3}[89ab][0-9a-f]{15}$"}}}}}}}}},"components":{"schemas":{"AccountID":{"type":"string","pattern":"^[0-9a-f]{12}4[0-9a-f]{3}[89ab][0-9a-f]{15}$","examples":["8b0a23cb43af46cb972806f4025a9cba"],"description":"This represents a unique id for an epic games account"}},"securitySchemes":{"bearer":{"type":"http","scheme":"bearer"}}},"servers":[{"url":"https://caldera-service-prod.ecosec.on.epicgames.com/caldera/api"}]}