# 36008: Invalid Page Token

Log Type: APPLICATION

Log Level: ERROR

## Description

Provided page token query parameter is invalid.

The provided page token query parameter must be a valid Broadcast SID, consisting of 34 alphanumeric characters, prefixed with "BC".

### Possible causes

* The provided page token has more or less than 34 characters
* The provided page token has non-alphanumeric characters.
* The prefix of the provided page token is something other than "BC"

### Possible solutions

* Make sure the page token has exactly 34 alphanumeric characters
* Make sure the page token is prefixed with "BC"
