Get Proof Type
Description
Returns a single proof type.
Request
HTTP Method: GET
URI Path: /v3/proof_types/
URI Query Parameters:
Name  | 
Type  | 
Is Required?  | 
Description  | 
|---|---|---|---|
id  | 
  | 
Yes  | 
Unique ID identifier of the Proof Type.  | 
Examples
http
GET /v3/proof_types/c8e004b0-87ec-4987-b4fb-ee89db099f0e HTTP/1.1
Host: api.didww.com
Content-Type: application/vnd.api+json
Accept: application/vnd.api+json
Api-Key: [API token]
curl
curl -i -X GET https://api.didww.com/v3/proof_types/c8e004b0-87ec-4987-b4fb-ee89db099f0e -H "Accept: application/vnd.api+json" -H "Api-Key: [API token]" -H "Content-Type: application/vnd.api+json"
response
HTTP/1.1 200 OK
Content-Type: application/vnd.api+json
{
    "data": {
        "id": "ab1fb565-ac55-4c73-bc55-64dc61e70169",
        "type": "proof_types",
        "attributes": {
            "name": "Utility Bill",
            "entity_type": "Address"
        }
    },
    "meta": {
        "api_version": "2021-04-19"
    }
}
Other Responses
Code  | 
Success  | 
Description  | 
|---|---|---|
401  | 
No  |