Skip to main content

List the identity verifications in a space

GET 

/spaces/{owner}/{space}/verifications/identity

List the paginated details of the identity verifications in a space.

Score: Confidence in a positive result is represented by the score.

Path Parameters


    owner handlerequired

    The handle of the owner.

    Possible values: non-empty and <= 50 characters


    space handlerequired

    The handle of the space.

    Possible values: non-empty and <= 50 characters

Query Parameters


    page int32

    The index of the page.

    Possible values: >= 1

    Default value: 1

    page-size int32

    The maximum size of the pages.

    Possible values: >= 1 and <= 50

    Default value: 20

    sort string

    The criteria used to sort the verifications.

    Possible values: [handle, createdAt, performedAt]

    Default value: createdAt

    search string

    The term used to search the verifications by handle or alias.


    after any

    The term used to search identity verifications after or equal to the specified date.


    before any

    The term used to search identity verifications before or equal to the specified date.


    min-score float

    The term used to search verifications with scores higher than or equal to the specified value.

    Possible values: <= 1


    max-score float

    The term used to search verifications with scores lower than or equal to the specified value.

    Possible values: <= 1

Responses

The requested page of the list of identity verifications in the space

Headers

  • Page-Total

    integer

    The total number of pages available.

  • Page-Size

    integer

    The selected maximum size of the pages.

  • Page-Current

    integer

    The index of the requested page.

  • Item-Total

    integer

    The total number of items.

Response Body

application/json