We implement OAuth 2.0 to provide a secure API. This means all our endpoints are secured and can only be accessed with calls that are authenticated with OAuth2 tokens.To obtain OAuth2 tokens, you must first authenticate with our authentication endpoint.The client_id, client_secret, and sharplaunch_id will be provided to you by SharpLaunch. Please contact us at info@sharplaunch.com to request your credentials.Please store your client_id and client_secret securely.Do not expose them in public repositories or client-side code.Think of them as your username and password.