Skip to main content
POST
Create credential resource for a user by an organization.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
credentialOffer
string
required

cred offer

recipient
string
required

Recipient identifier value (email, username, or external identifier)

Minimum string length: 1
identifierType
enum<string>
default:email

Type of recipient identifier. Defaults to email.

Available options:
email,
username,
externalIdentifier

Response

Created credential.

data
unknown
required
meta
object
errors
object[]