GET api2/customers/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
RefreshTokenName | 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": "2024-12-19T20:35:42.5111538+01:00", "ExpiresUtc": "2024-12-19T20:35:42.5111538+01:00", "ProtectedTicket": "sample string 6", "AccessType": "sample string 7" }