Change Updates

Do not miss any Collect API changes, ever again

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

RSS

May 31, 2023

main
1.0
Compare

API structure has changed

10 structure changes including:
10 Modifications
Modified 10
GET /contacts
  • Response
  • 200 response Modified
    • company property Added
GET /contacts/{contactId}
  • Response
  • 200 response Modified
    • company property Added
GET /requests
  • Response
  • 200 response Modified
    • contact property Modified
GET /requests/{requestId}
  • Response
  • 200 response Modified
    • contact property Modified
PATCH /request
  • Response
  • 200 response Modified
    • request property Modified
POST /contacts
  • Body
  • content type Modified
    • company property Added
  • Response
  • 200 response Modified
    • company property Added
POST /contacts/{contactId}
  • Body
  • content type Modified
    • company property Added
  • Response
  • 200 response Modified
    • company property Added
POST /contributors
  • Body
  • content type Modified
    • contacts property Modified
  • Response
  • 200 response Modified
    • request property Modified
POST /request
  • Body
  • content type Modified
    • contact property Modified
  • Response
  • 200 response Modified
    • request property Modified
POST /requests
  • Body
  • content type Modified
    • contacts property Modified
  • Response
  • 200 response Modified
    • requests property Modified