Look up multiple users by IDs in one call
Returns public profiles for the requested user IDs.
Query parameters
Comma-separated numeric user IDs (1-100 values). Duplicate IDs are ignored while preserving first-seen order.
Minimum follower count. Filtering happens before billing.
Maximum follower count. Missing counts pass this maximum.
Minimum account age in whole days.
Only return verified profiles.
Response
Matched users plus reconciliation metadata for unavailable IDs.
Example response
{
"users": [
{
"id": "9876543210",
"username": "elonmusk",
"name": "Elon Musk"
}
],
"requested_count": 2,
"processed_count": 2,
"returned_count": 1,
"unavailable_ids": [
"1234567890"
],
"unprocessed_ids": []
}Changes
Changed in 7 of the 19 revisions of this API.216819
- ○
added the optional property
users/items/accountBasedInto the response with the200statusresponse-optional-property-added
- ○
- ▲
the
oneOf[subschema #2]/allOf[subschema #2]/response's property type/format changed from/toobject/for status401response-property-type-changed
- ▲
the
oneOf[subschema #4]/allOf[subschema #2]/response's property type/format changed from/toobject/for status402response-property-type-changed
- ○
added 'propertyNames' constraint to the
oneOf[subschema #2]/allOf[subschema #2]/response property for the status401response-property-property-names-added
- ○
added 'propertyNames' constraint to the
oneOf[subschema #4]/allOf[subschema #2]/response property for the status402response-property-property-names-added
- ▲
- ○
added the new optional
queryrequest parametermaxFollowersnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterminAccountAgeDaysnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterminFollowersnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterverifiedOnlynew-optional-request-parameter
- ○
added the optional property
filtered_countto the response with the200statusresponse-optional-property-added
- ○
added the optional property
users/items/affiliatesHighlightedLabel/longDescriptionto the response with the200statusresponse-optional-property-added
- ○
- ○
added the optional property
users/items/grokTranslatedBioto the response with the200statusresponse-optional-property-added
- ○
added the optional property
users/items/professionalto the response with the200statusresponse-optional-property-added
- ○
added the optional property
users/items/superFollowsUserProfileActiveto the response with the200statusresponse-optional-property-added
- ○
added the optional property
users/items/withheldScopeto the response with the200statusresponse-optional-property-added
- ○
- ○
added the optional property
users/items/tipJarto the response with the200statusresponse-optional-property-added
- ○
- ●
added the new
closedenum value to theallOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status429response-property-enum-value-added
- ●
added the new
closedenum value to theallOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
closedenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status400response-property-enum-value-added
- ●
added the new
closedenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status424response-property-enum-value-added
- ●
added the new
closedenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status502response-property-enum-value-added
- ●
added the new
closedenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
closedenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
closedenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status424response-property-enum-value-added
- ●
added the new
closedenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status502response-property-enum-value-added
- ●
added the new
closedenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
closedenum value to theoneOf[subschema #2]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status401response-property-enum-value-added
- ●
added the new
closedenum value to theoneOf[subschema #2]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
closedenum value to theoneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status402response-property-enum-value-added
- ●
added the new
closedenum value to theoneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
expiredenum value to theallOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status429response-property-enum-value-added
- ●
added the new
expiredenum value to theallOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
expiredenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status400response-property-enum-value-added
- ●
added the new
expiredenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status424response-property-enum-value-added
- ●
added the new
expiredenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status502response-property-enum-value-added
- ●
added the new
expiredenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
expiredenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
expiredenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status424response-property-enum-value-added
- ●
added the new
expiredenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status502response-property-enum-value-added
- ●
added the new
expiredenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
expiredenum value to theoneOf[subschema #2]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status401response-property-enum-value-added
- ●
added the new
expiredenum value to theoneOf[subschema #2]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
expiredenum value to theoneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status402response-property-enum-value-added
- ●
added the new
expiredenum value to theoneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
invalid_complete_replies_requestenum value to theallOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status429response-property-enum-value-added
- ●
added the new
invalid_complete_replies_requestenum value to theallOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
invalid_complete_replies_requestenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status400response-property-enum-value-added
- ●
added the new
invalid_complete_replies_requestenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status424response-property-enum-value-added
- ●
added the new
invalid_complete_replies_requestenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status502response-property-enum-value-added
- ●
added the new
invalid_complete_replies_requestenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
invalid_complete_replies_requestenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
invalid_complete_replies_requestenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status424response-property-enum-value-added
- ●
added the new
invalid_complete_replies_requestenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status502response-property-enum-value-added
- ●
added the new
invalid_complete_replies_requestenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
invalid_complete_replies_requestenum value to theoneOf[subschema #2]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status401response-property-enum-value-added
- ●
added the new
invalid_complete_replies_requestenum value to theoneOf[subschema #2]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
invalid_complete_replies_requestenum value to theoneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status402response-property-enum-value-added
- ●
added the new
invalid_complete_replies_requestenum value to theoneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
invalid_coverage_requestenum value to theallOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status429response-property-enum-value-added
- ●
added the new
invalid_coverage_requestenum value to theallOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
invalid_coverage_requestenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status400response-property-enum-value-added
- ●
added the new
invalid_coverage_requestenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status424response-property-enum-value-added
- ●
added the new
invalid_coverage_requestenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status502response-property-enum-value-added
- ●
added the new
invalid_coverage_requestenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
invalid_coverage_requestenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
invalid_coverage_requestenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status424response-property-enum-value-added
- ●
added the new
invalid_coverage_requestenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status502response-property-enum-value-added
- ●
added the new
invalid_coverage_requestenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
invalid_coverage_requestenum value to theoneOf[subschema #2]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status401response-property-enum-value-added
- ●
added the new
invalid_coverage_requestenum value to theoneOf[subschema #2]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
invalid_coverage_requestenum value to theoneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status402response-property-enum-value-added
- ●
added the new
invalid_coverage_requestenum value to theoneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
invalid_output_optionsenum value to theallOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status429response-property-enum-value-added
- ●
added the new
invalid_output_optionsenum value to theallOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
invalid_output_optionsenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status400response-property-enum-value-added
- ●
added the new
invalid_output_optionsenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status424response-property-enum-value-added
- ●
added the new
invalid_output_optionsenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status502response-property-enum-value-added
- ●
added the new
invalid_output_optionsenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
invalid_output_optionsenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
invalid_output_optionsenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status424response-property-enum-value-added
- ●
added the new
invalid_output_optionsenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status502response-property-enum-value-added
- ●
added the new
invalid_output_optionsenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
invalid_output_optionsenum value to theoneOf[subschema #2]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status401response-property-enum-value-added
- ●
added the new
invalid_output_optionsenum value to theoneOf[subschema #2]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
invalid_output_optionsenum value to theoneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status402response-property-enum-value-added
- ●
added the new
invalid_output_optionsenum value to theoneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
invalid_reply_optionsenum value to theallOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status429response-property-enum-value-added
- ●
added the new
invalid_reply_optionsenum value to theallOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
invalid_reply_optionsenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status400response-property-enum-value-added
- ●
added the new
invalid_reply_optionsenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status424response-property-enum-value-added
- ●
added the new
invalid_reply_optionsenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status502response-property-enum-value-added
- ●
added the new
invalid_reply_optionsenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
invalid_reply_optionsenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
invalid_reply_optionsenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status424response-property-enum-value-added
- ●
added the new
invalid_reply_optionsenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status502response-property-enum-value-added
- ●
added the new
invalid_reply_optionsenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
invalid_reply_optionsenum value to theoneOf[subschema #2]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status401response-property-enum-value-added
- ●
added the new
invalid_reply_optionsenum value to theoneOf[subschema #2]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
invalid_reply_optionsenum value to theoneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status402response-property-enum-value-added
- ●
added the new
invalid_reply_optionsenum value to theoneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
login_service_unavailableenum value to theallOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status429response-property-enum-value-added
- ●
added the new
login_service_unavailableenum value to theallOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
login_service_unavailableenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status400response-property-enum-value-added
- ●
added the new
login_service_unavailableenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status424response-property-enum-value-added
- ●
added the new
login_service_unavailableenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status502response-property-enum-value-added
- ●
added the new
login_service_unavailableenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
login_service_unavailableenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
login_service_unavailableenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status424response-property-enum-value-added
- ●
added the new
login_service_unavailableenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status502response-property-enum-value-added
- ●
added the new
login_service_unavailableenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
login_service_unavailableenum value to theoneOf[subschema #2]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status401response-property-enum-value-added
- ●
added the new
login_service_unavailableenum value to theoneOf[subschema #2]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
login_service_unavailableenum value to theoneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status402response-property-enum-value-added
- ●
added the new
login_service_unavailableenum value to theoneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
missing_urlenum value to theallOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status429response-property-enum-value-added
- ●
added the new
missing_urlenum value to theallOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
missing_urlenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status400response-property-enum-value-added
- ●
added the new
missing_urlenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status424response-property-enum-value-added
- ●
added the new
missing_urlenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status502response-property-enum-value-added
- ●
added the new
missing_urlenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
missing_urlenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
missing_urlenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status424response-property-enum-value-added
- ●
added the new
missing_urlenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status502response-property-enum-value-added
- ●
added the new
missing_urlenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
missing_urlenum value to theoneOf[subschema #2]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status401response-property-enum-value-added
- ●
added the new
missing_urlenum value to theoneOf[subschema #2]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
missing_urlenum value to theoneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status402response-property-enum-value-added
- ●
added the new
missing_urlenum value to theoneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
too_many_tweetsenum value to theallOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status429response-property-enum-value-added
- ●
added the new
too_many_tweetsenum value to theallOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
too_many_tweetsenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status400response-property-enum-value-added
- ●
added the new
too_many_tweetsenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status424response-property-enum-value-added
- ●
added the new
too_many_tweetsenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status502response-property-enum-value-added
- ●
added the new
too_many_tweetsenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
too_many_tweetsenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
too_many_tweetsenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status424response-property-enum-value-added
- ●
added the new
too_many_tweetsenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status502response-property-enum-value-added
- ●
added the new
too_many_tweetsenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
too_many_tweetsenum value to theoneOf[subschema #2]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status401response-property-enum-value-added
- ●
added the new
too_many_tweetsenum value to theoneOf[subschema #2]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
too_many_tweetsenum value to theoneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status402response-property-enum-value-added
- ●
added the new
too_many_tweetsenum value to theoneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status402response-property-enum-value-added
- ●
- ●
added the new
coverage_cursor_goneenum value to theallOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status429response-property-enum-value-added
- ●
added the new
coverage_cursor_goneenum value to theallOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
coverage_cursor_goneenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status400response-property-enum-value-added
- ●
added the new
coverage_cursor_goneenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status424response-property-enum-value-added
- ●
added the new
coverage_cursor_goneenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status502response-property-enum-value-added
- ●
added the new
coverage_cursor_goneenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
coverage_cursor_goneenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
coverage_cursor_goneenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status424response-property-enum-value-added
- ●
added the new
coverage_cursor_goneenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status502response-property-enum-value-added
- ●
added the new
coverage_cursor_goneenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
coverage_cursor_goneenum value to theoneOf[subschema #2]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status401response-property-enum-value-added
- ●
added the new
coverage_cursor_goneenum value to theoneOf[subschema #2]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
coverage_cursor_goneenum value to theoneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status402(media type: application/json)response-property-enum-value-added
- ●
added the new
coverage_cursor_goneenum value to theoneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status402(media type: application/json)response-property-enum-value-added
- ●
added the new
coverage_cursor_unavailableenum value to theallOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status429response-property-enum-value-added
- ●
added the new
coverage_cursor_unavailableenum value to theallOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
coverage_cursor_unavailableenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status400response-property-enum-value-added
- ●
added the new
coverage_cursor_unavailableenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status424response-property-enum-value-added
- ●
added the new
coverage_cursor_unavailableenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status502response-property-enum-value-added
- ●
added the new
coverage_cursor_unavailableenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
coverage_cursor_unavailableenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
coverage_cursor_unavailableenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status424response-property-enum-value-added
- ●
added the new
coverage_cursor_unavailableenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status502response-property-enum-value-added
- ●
added the new
coverage_cursor_unavailableenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
coverage_cursor_unavailableenum value to theoneOf[subschema #2]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status401response-property-enum-value-added
- ●
added the new
coverage_cursor_unavailableenum value to theoneOf[subschema #2]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
coverage_cursor_unavailableenum value to theoneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status402(media type: application/json)response-property-enum-value-added
- ●
added the new
coverage_cursor_unavailableenum value to theoneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status402(media type: application/json)response-property-enum-value-added
- ●
added the new
invalid_coverage_cursorenum value to theallOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status429response-property-enum-value-added
- ●
added the new
invalid_coverage_cursorenum value to theallOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
invalid_coverage_cursorenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status400response-property-enum-value-added
- ●
added the new
invalid_coverage_cursorenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status424response-property-enum-value-added
- ●
added the new
invalid_coverage_cursorenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status502response-property-enum-value-added
- ●
added the new
invalid_coverage_cursorenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
invalid_coverage_cursorenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
invalid_coverage_cursorenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status424response-property-enum-value-added
- ●
added the new
invalid_coverage_cursorenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status502response-property-enum-value-added
- ●
added the new
invalid_coverage_cursorenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
invalid_coverage_cursorenum value to theoneOf[subschema #2]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status401response-property-enum-value-added
- ●
added the new
invalid_coverage_cursorenum value to theoneOf[subschema #2]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
invalid_coverage_cursorenum value to theoneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status402(media type: application/json)response-property-enum-value-added
- ●
added the new
invalid_coverage_cursorenum value to theoneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status402(media type: application/json)response-property-enum-value-added
- ○
response property
oneOf[AnonymousGuestAuthenticationRequired]/payment_options/guest_wallet/create_checkout/providerdeprecatedresponse-property-deprecated
- ○
response property
oneOf[AuthenticatedPaymentRequired]/payment_options/credits/create_checkout/providerdeprecated (media type: application/json)response-property-deprecated
- ○
response property
oneOf[AuthenticatedPaymentRequired]/payment_options/subscription/create_checkout/providerdeprecated (media type: application/json)response-property-deprecated
- ○
response property
oneOf[GuestPaymentRequired]/payment_options/credits/create_checkout/providerdeprecated (media type: application/json)response-property-deprecated
- ○
response property
payment_options/guest_wallet/create_checkout/providerdeprecated (media type: application/problem+json)response-property-deprecated
- ●