Returns a paginated list of credential offers for the calling service user's organization (X-Org-Id) and environment (X-Environment).
Security
BearerAuth
- Mock serverhttps://docs.deepcredentials.swiss/_mock/docs/openapi/credential-offers-v1/b2b/v1/credential-offers
- Developmenthttps://api.dev.deepcredentials.swiss/b2b/v1/credential-offers
- Integrationhttps://api.int.deepcredentials.swiss/b2b/v1/credential-offers
curl -i -X GET \
'https://docs.deepcredentials.swiss/_mock/docs/openapi/credential-offers-v1/b2b/v1/credential-offers?limit=0&offset=0&status=string&credential_definition_id=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'X-Environment: beta' \
-H 'X-Org-Id: 497f6eca-6276-4993-bfeb-53cbbbba6f08'Response
{ "offers": [ { … }, { … } ], "total": 2 }