Credential Offer Collections
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
pagenumberOptional
Page number to retrieve.If you provide invalid value the default page number will applied Example: 1 Default Value: 1
limitnumberOptional
Number of records per page. Example: 20 Default Value: 20 Max Value: 100
If provided value is greater than max value, max value will be applied.
filter.namestring[]Optional
Filter by name query param. Format: filter.name={$not}:OPERATION:VALUE Example: filter.name=$not:$like:John Doe&filter.name=like:John Available Operations$eq
Responses
200Success
application/json
401
Invalid authentication credentials.
403
User does not have a required claim to perform this operation.
get
/api/v1/credential-offer-collectionsAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
namestring · min: 1 · max: 50Required
Responses
201Success
application/json
400
Invalid request body
401
Invalid authentication credentials.
403
User does not have a required claim to perform this operation.
post
/api/v1/credential-offer-collectionsLast updated