Custom API v8 in SuiteCRM 7.11.13 & SSL/TLS Requirement on Localhost

Hi everyone,

I’m working on a project using SuiteCRM 7.11.13 and I had a couple of questions I was hoping to get some guidance on:

  1. Is it possible to create a custom API using API v8 in SuiteCRM 7.11.13? If so, are there any recommended resources or examples for doing this?
  2. For running API v8 locally, does SuiteCRM require a full SSL certificate (HTTPS) on localhost, or would using TLS (without a proper SSL cert) suffice for testing purposes?

Any help or clarification would be much appreciated. Thanks in advance

Feature API v8 in SuiteCRM 7.11.13
Custom endpoints :white_check_mark: Possible with Symfony-style setup
Documentation :warning: Sparse — rely on community resources
HTTPS requirement :white_check_mark: Required due to OAuth2
Local development :white_check_mark: Use self-signed certs or local HTTPS proxies