NewWacht Bench is live — AI-assisted development for Wacht
GET
/organizations/{id}/enterprise-connections/{connectionId}/scim/token

Authorization

__session<token>

Session JWT stored as a cookie after sign-in. Used in production environments.

In: cookie

Path Parameters

id*string
connectionId*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/organizations/string/enterprise-connections/string/scim/token"
{  "status": 0,  "message": "string",  "data": {    "exists": true,    "scim_base_url": "string",    "token": {      "token": "string",      "token_prefix": "string",      "enabled": true,      "created_at": "string",      "last_used_at": "string",      "scim_base_url": "string"    }  },  "session": {    "id": "string",    "created_at": "2019-08-24T14:15:22Z",    "updated_at": "2019-08-24T14:15:22Z"  }}
{  "errors": [    {      "message": "string",      "code": 0    }  ]}
{  "errors": [    {      "message": "string",      "code": 0    }  ]}
{  "errors": [    {      "message": "string",      "code": 0    }  ]}
{  "errors": [    {      "message": "string",      "code": 0    }  ]}