API version 2026-06-29

  • New endpoint added: GET /api/companies
  • New endpoint added: POST /api/companies/search
  • New endpoint added: GET /api/companies/{uuid}
  • New endpoint added: POST /api/companies
  • New endpoint added: PUT /api/companies/{uuid}
  • New endpoint added: DELETE /api/companies/{uuid}
  • New endpoint added: GET /api/contacts
  • New endpoint added: POST /api/contacts/search
  • New endpoint added: GET /api/contacts/{uuid}
  • New endpoint added: POST /api/contacts
  • New endpoint added: PUT /api/contacts/{uuid}
  • New endpoint added: DELETE /api/contacts/{uuid}
  • Endpoint POST /api/reference_audios now returns HTTP code 201 instead of 200
  • Removed the creation_date attribute in the response of the following resources: Album, Artist, Catalog, Record Label, Tag Category, Tag, Track, Work
  • Added the created_at and updated_at attributes in the response of the following resources: Album, Artist, Catalog, Record Label, Tag Category, Tag, Track, Work
  • The audio_language and language attributes now returns an object like { code: "fr", name: "French" } instead of the code value
  • Removed the uuid attribute in the country attribute object: {code: "BE", name: "Belgium" }