keystone/api-ref/source/v3-ext/samples/OS-OAUTH1/consumer-create-response.json

11 lines
233 B
JSON

{
"consumer": {
"secret": "secretsecret",
"description": "My consumer",
"id": "7fea2d",
"links": {
"self": "http://example.com/identity/v3/OS-OAUTH1/consumers/7fea2d"
}
}
}