You have four options for authenticating with this API:
- OAuth2 Access Token
- Client ID and Client Assertion (confidential applications)
- Client ID and Client Secret (confidential applications)
- Client ID (public applications)
Send a valid Access Token in the Authorization header, using the Bearer authentication scheme.
GET https://{yourDomain}/userinfo
Authorization: 'Bearer {ACCESS_TOKEN}'
POST https://platform-enterprise-9548-dev-ed.scratch.my.salesforce.com/services/oauth2/token
// bulk-edit
x-form-urlencoded - body:
username:your-email password:your-password|your-password-key grant_type:password client_id: your-Client-ID client_secret: your-Secret-Key
POST https://auth.hrone.cloud/oauth2/token
x-form-urlencoded - body:
username:{{username}} password:{{password}} grant_type:{{grant_type}} loginType:{{loginType}}