Impersonation Flow for App-App API calls. Obtain an access token for the specified user in one step.
| name | type | required | description |
|---|---|---|---|
| key | string | yes | The OAUTH application key used to access Integrify |
| user | string | yes | user name of the user to impersonate |
| expires | string | no | datetime to expire the token in epoch format (https://www.epochconverter.com) |
{"token":"37034275cf2547d9ac755bab65e9d29a","token_type":"access","key":"myapikey"}