resolvePairingCode
POST
/api/v1/screens/pairing/resolve
const url = 'https://example.com/api/v1/screens/pairing/resolve';const options = {method: 'POST'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request POST \ --url https://example.com/api/v1/screens/pairing/resolveResponses
Section titled “ Responses ”Pending player metadata
Code invalid, missing, or expired