GET api2/users/createOAuth.json?token={token}&scopes={scopes}&client_id={client_id}
Creates oAuth for customer via token
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
Required |
|
| scopes | string |
Required |
|
| client_id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Not found or oAuth
RefreshToken| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| Subject | string |
Required Max length: 100 |
|
| ClientId | string |
Required Max length: 128 |
|
| IssuedUtc | date |
None. |
|
| ExpiresUtc | date |
None. |
|
| ProtectedTicket | string |
Required |
|
| AccessType | string |
None. |
Response Format
{
"Id": "sample string 1",
"Subject": "sample string 2",
"ClientId": "sample string 3",
"IssuedUtc": "2025-10-13T17:42:23.6840667+02:00",
"ExpiresUtc": "2025-10-13T17:42:23.6840667+02:00",
"ProtectedTicket": "sample string 6",
"AccessType": "sample string 7"
}