v1

latestOpenAPI 3.0.12026-07-1719674.9 KB
fabric-ca-server

Get an Identity Mixer credential. Identity Mixer credential issuance is a two step process. First, a request with empty request body is sent to this endpoint. The Fabric CA server will respond back with a nonce. This nonce should be used to create a credential request. Next, a request with the credential request in the request body is sent to this endpoint. The server will respond back with a credential.

post/api/v1/idemix/credential

Query parameters

castring

The name of the CA to direct this request to within the server, or the default CA if not specified

Headers

Authorizationstring required

basic <base64 encoding of userid:password> (OR) token <An enrollment token consisting of two base 64 encoded parts separated by a period: an enrollment certificate; a signature over the HTTP method, URL path, request body, and the certificate.>

Request body

requeststring required

JSON encoding idemix.CredentialRequest struct

canamestring

Name of the CA to direct this request to within the Fabric CA server

Response

Successfully returned a nonce or Identity Mixer credential

{"stackTrail":"components:schemas:responseBase:properties:result","oasType":"schema","type":"unknown"}
successboolean required

Boolean indicating if the request was successful.