pending_approval state. This is the primary queue staff members work through when processing character applications. Results are paginated — use the page and limit query parameters to navigate through the list.
Endpoint
Query Parameters
number
The page number to retrieve. Must be a positive integer. Defaults to
1.number
The number of characters to return per page. Must be between
1 and 50. Defaults to 20.Response
A successful200 response returns the characters on the requested page along with pagination metadata:
array
An array of character objects currently awaiting review. Each object contains the full character data as returned by
getApiCharacterData(). Returns an empty array if there are no pending characters on the requested page.object
Pagination information for the result set.
