v1
latestOpenAPI 3.0.12026-07-1719674.9 KBGet 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.
Query parameters
The name of the CA to direct this request to within the server, or the default CA if not specified
Headers
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
Response
Successfully returned a nonce or Identity Mixer credential