Get Proof Types
GET https://{{host}}/v3/proof_types
Returns the list of proof types for identities or addresses.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
filter[entity_type] | null | string - Filters by the entity_type field. |
- Allow blank - Yes.
- Allow array - Yes. |
|
fields[proof_types]
| null | | The value of thefields
parameter MUST be a comma-separated (U+002C COMMA, “,”) list that refers to the name(s) of the fields to be returned.
An empty value indicates that no fields should be returned.
Allowed values:
name - The name
field.
entity_type - The entity_type
field.
|
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
Content-Type | string | ||
Api-Key | string |
RESPONSES
status: OK
{"data":[{"id":"58b80af0-81d5-4828-abd8-37ea48f3893d","type":"proof_types","attributes":{"name":"Copy of Phone Bill","entity_type":"Address"}},{"id":"d29b6637-36fe-477c-941c-19965a81e96c","type":"proof_types","attributes":{"name":"Utility Bill","entity_type":"Address"}},{"id":"af64c2cb-8db2-4076-a667-9014a48f24a4","type":"proof_types","attributes":{"name":"Rental Receipt","entity_type":"Address"}},{"id":"9e24acf0-fc18-4079-b546-4f316d0e9003","type":"proof_types","attributes":{"name":"Other","entity_type":"Address"}}],"meta":{"total_records":4,"api_version":"2022-05-10"},"links":{"first":"https://api.didww.com/v3/proof_types?filter%5Bentity_type%5D=Address\u0026page%5Bnumber%5D=1\u0026page%5Bsize%5D=50","last":"https://api.didww.com/v3/proof_types?filter%5Bentity_type%5D=Address\u0026page%5Bnumber%5D=1\u0026page%5Bsize%5D=50"}}