Auto-register a Salesforce client
POST/v1/oauth-clients/salesforce/auto-register
Verifies the attestation and find-or-creates the confidential OAuth client bound to your organization for the calling Salesforce org. Returns 201 when a client is created (with the client secret, shown once) and 200 on idempotent reuse.
Request
Responses
- 200
- 201
- 400
- 401
- 403
- 409
- 429
Existing client returned (idempotent reuse)
Client created (client secret returned once)
salesforce_my_domain is not on the Salesforce host allowlist
Missing or invalid access token
Missing/invalid attestation or oauth_clients:write scope
This Salesforce org is already linked to a different organization
Rate limit exceeded