POST v1/xauth/machine
Request Information
URI Parameters
None.
Body Parameters
CreateMachineTokenRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| service_id | string |
None. |
|
| entity | globally unique identifier |
None. |
|
| scopes | string |
None. |
|
| description | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"service_id": "sample string 1",
"entity": "0dbcabec-028d-4bda-ae2b-4b53676f70ac",
"scopes": "sample string 3",
"description": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.