List questions
Retrieve the set of dynamic questions required for a registration in a given state or local jurisdiction. The questions returned depend on the jurisdiction and registration type.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
state
Two-letter US state abbreviation (e.g., CA, NY). Required when jurisdiction_slugs is not provided and states is not used.
states[]
Array of two-letter US state abbreviations. Used when fetching questions for multiple states.
jurisdiction_slugs[]
Array of local jurisdiction slug identifiers. Used to fetch questions specific to local jurisdictions. Must be provided together with the state parameter.
categories[]
Filter questions by registration type. Only applicable to state-level questions; omit for local jurisdiction questions.
Allowed values:
Response
questions list
data
Errors
400
Get V1agent Questions Request Bad Request Error
422
Get V1agent Questions Request Unprocessable Entity Error