Credentials

View many Credentials

DEPRECATED: This endpoint is deprecated.

View Many Credentials - Video Walkthrough

get/v1/all_credentials

Query parameters

group_idstring

Limit the returned Credentials to a specific group ID.

emailstring

Limit the returned Credentials to a specific recipient's email address.

recipient_idstring

Limit the returned Credentials to a specific recipient user identifier (ID) you set whilst creating Credentials.

license_idstring

Limit the returned Credential to a specific credential id you set whilst creating credential.

start_datestring

Date after which credentials issued should be return. Format: YYYY-MM-DD (DD/MM/YYYY also works but is deprecated)

end_datestring

Date before which credetials issued should be return. Format: YYYY-MM-DD (DD/MM/YYYY also works but is deprecated)

start_updated_datestring

Date after which Credentials updated should be returned. Format: YYYY-MM-DD (DD/MM/YYYY also works but is deprecated)

end_updated_datestring

Date before which Credentials updated should be returned. Format: YYYY-MM-DD (DD/MM/YYYY also works but is deprecated)

page_sizenumber

The pagination response size, default of 50.

pagenumber

The pagination page.

Response

OK

Changes

Changed in 3 of the 30 revisions of this API.13

    • added the optional property credentials/items/recipient/phone_number to the response with the 200 status

      response-optional-property-added

    • endpoint deprecated

      endpoint-deprecated

  • 98201e8dd1b411See the full diff
    • deleted the header request parameter Authorization

      request-parameter-removed

    • the endpoint scheme security ApiKeyAuth was added to the API

      api-security-added