SignIn (OAuth)
POST {{biBaseURL}}/Auth/SignAppin
This method allows you to authenticate to BeyondInsight with the client credentials and allows access to the public API.
Required Environment Variables
- access_token
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Authorization | string |
RESPONSES
status: OK
{"UserId":1,"SID":null,"EmailAddress":"Administrator@example.com","UserName":"Administrator","Name":"Administrator"}