Skip to content

Latest commit

 

History

History
170 lines (126 loc) · 1.77 KB

get-identity-response.md

File metadata and controls

170 lines (126 loc) · 1.77 KB

GET /v1/identity response

Property Type Description
name string

The name of the contracting party, since the domain may not reflect the company name.

Example:

"Criteo"
type enum (of string)

The type of contracting party in the PAF ecosystem

Can only take one of these values:

  • "vendor"
  • "operator"
version string

The type of contracting party in the PAF ecosystem

Examples:

"0.1"
"0.407"
"10.0"
keys array of object

List of public keys the contracting party used or is using for signing data and messages

Type of each element in the array:

Object details
Property Type Description
key string

Public key string value

Example:

"-----BEGIN PUBLIC KEY-----\nMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEUnarwp0gUZgjb9fsYNLcNrddNKV5\nh4/WfMRMVh3HIqojt3LIsvUQig1rm9ZkcNx+IHZVhDM+hso2sXlGjF9xOQ==\n-----END PUBLIC KEY-----"
start integer

Timestamp when the contracting party started using this key for signing

Example:

1643297316
end
(optional)
integer

Timestamp when the contracting party stopped using this key for signing

Example:

1643297316