Marvel Rivals API requires an API key to authenticate every request. This key identifies your application, enforces rate limits, and determines your access tier.All unauthenticated requests will be rejected with a 401 Unauthorized
response.
See the Errors page for a list of common authentication-related responses.2.
Sign in or create an account
3.
Click "Generate Key" or use your existing key
Your key will look like this:
50aswrtfdhsfgjdfg12j321dxf2g1hjdfg2j12szxdf1h0sazdfh21bzsdfhszdf
The above example key is not a real key & will not work if used to make requests.
You must include the key in the x-api-key
header of every request. Here’s a full example:curl -X GET "https://marvelrivalsapi.com/api/v1/maps"
-H "x-api-key: 50aswrtfdhsfgjdfg12j321dxf2g1hjdfg2j12szxdf1h0sazdfh21bzsdfhszdf"