Source items are the information stored from a selected source that allows us to identify a member of your community. Here’s an example of what a SourceItem could look like:

{
	"email": "[email protected]",
  "id": "abc123"
}

This source item, used in a role configured to identify users by an email (see How does Bind identify my users?) is enough information for us to match this with a member of your community once they’ve verified their account with Bind.


<aside> 🧑‍💻 Below you can find available API resources for managing the source items.

</aside>



Find source items

GET /source/{sourceId}/items

Find items for a source

Parameters

Name In Type Required Description
sourceId path string true none

200 Response