Change Updates

Do not miss any Connect API changes, ever again

Subscribe to the Connect API changelog to be up to date on recent changes.

RSS

Oct 3, 2025

main
1.29.3
Compare

API structure has changed

8 structure changes including:
8 Modifications
Modified 8
GET /organisations/{OrganisationId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • TncDetails property Modified
        • TnCsToBeSigned property Modified
GET /organisations/{OrganisationId}/certificates
  • Response
  • 200 response Modified
    • application/jwk-set+json content type Modified
      • crv, x, y properties Added
GET /organisations/{OrganisationId}/certificates/kid/{CertificateOrKeyId}
  • Response
  • 200 response Modified
    • application/jwk+json content type Modified
      • crv, x, y properties Added
GET /organisations/{OrganisationId}/certificates/{OrganisationCertificateType}
  • Response
  • 200 response Modified
    • application/jwk-set+json content type Modified
      • crv, x, y properties Added
GET /organisations/{OrganisationId}/softwarestatements/{SoftwareStatementId}/certificates
  • Response
  • 200 response Modified
    • application/jwk-set+json content type Modified
      • crv, x, y properties Added
GET /organisations/{OrganisationId}/softwarestatements/{SoftwareStatementId}/certificates/{SoftwareStatementCertificateOrKeyType}/{CertificateOrKeyId}
  • Response
  • 200 response Modified
    • application/jwk+json content type Modified
      • crv, x, y properties Added
POST /organisations/{OrganisationId}/certificates/{OrganisationCertificateType}
  • Response
  • 201 response Modified
    • application/jwk+json content type Modified
      • crv, x, y properties Added
POST /organisations/{OrganisationId}/softwarestatements/{SoftwareStatementId}/certificates/{SoftwareStatementCertificateOrKeyType}
  • Response
  • 201 response Modified
    • application/jwk+json content type Modified
      • crv, x, y properties Added