post
https://staging-api.365finance.co.uk/v1/auth/token
Request an OAuth 2.0 access token using your credentials. This token must be included in the Authorization header for all V1 API requests.
Authentication Flow:
- Send your credentials to this endpoint
- Receive an access token in the response
- Include the token in subsequent requests:
Authorization: Bearer {token}
Token Expiration:
Tokens expire after a set period. Monitor the passwordExpired field and request a new token when needed.
Environments:
- Testing:
https://test.salesforce.com/services/Soap/u/52.0 - Production:
https://login.salesforce.com/services/Soap/u/52.0