API Platform Base Path: https://api.enterprise.apigee.com/v1/o/{org_name}
API Resource Path: /oauth1/verifiers/{verifier_code}
Gets the detail of given verifier code
Verb: GET
Auth: Basic AuthSample Response:
{
"appUserId" : "Developer@apigee.com",
"attributes" : [ {
"name" : "region",
"value" : "north"
} ],
"code" : "1234",
"createdAt" : 1343035589955,
"createdBy" : "Admin",
"expiresAt" : 1343037389955,
"issuedAt" : 1343035589955,
"lastModifiedAt" : 1343035589955,
"lastModifiedBy" : "Admin",
"requestToken" : "wsxHGWZBwruGfkDGrPNWM2HNVddd"
}
Response Payload Elements:
| Name | Description |
|---|---|
| appUserId | Resource owner's user ID |
| attributes | Name/value attributes for the verifier |
| code | The verifier code provided by the resource owner |
| createdAt | UNIX time the app was created |
| createdBy | Apigee user account name of the individual who submitted the POST request that created this entity |
| expiresAt | Expiry time period of the token to be generated; token expires/is deleted when the expiry time ends |
| issuedAt | UNIX time the verifier code is issued |
| lastModifiedAt | UNIX time the app was last modified |
| lastModifiedBy | Apigee user account name of the individual who submitted the request that most recently modified this entity |
| requestToken | Request token associated with the verifier |
{
"code" : "keymanagement.service.......",
"message" : "Verifier doesnot exist",
"contexts" : [ ]
}
Error Codes:
1. keymanagement.service.oauth10_verifier_doesnot_exist
3. keymanagement.service.application_not_approved
4. keymanagement.service.oauth10_verifier_fetch_failed
Last updated:
about 1 month ago