Persist an external identity to Scope binding

PUT
/v1/scope-bindings

Authorization

BearerAuth
AuthorizationBearer <token>

Static bearer token used when local Server authentication is enabled.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

curl -X PUT "https://example.com/v1/scope-bindings" \  -H "Content-Type: application/json" \  -d '{    "key": {      "integration": "string",      "kind": "string",      "external_id": "string"    },    "scope_id": "string"  }'
{  "key": {    "integration": "string",    "kind": "string",    "external_id": "string"  },  "scope_id": "string"}