Obtain Access Token without Authenticating
This example request illustrates how to obtain an access token without authenticating.Request
POST /cis-web/oauth2/v3/token Accept: application/json Content-Type: application/x-www-form-urlencoded grant_type=unauthenticated_session&ip_address=201.38.210.157&client_id=PHNQ-DY47-PDAG-8NB9-XJD7-JE4J-R0W5-NK3P
Response
HTTP/1.1 200 OK
Content-type: application/json
X-processing-time: 3
Vary: Accept,Accept-Language,Accept-Encoding,Expect
Date: Sun, 03 Apr 1836 10:00:00 GMT-5
Cache-control: no-cache, no-store, no-transform, must-revalidate, max-age=0
Transfer-encoding: chunked
{
"token" : "2YoTnFdFEjr1zCsicMWpAA",
"access_token" : "2YoTnFdFEjr1zCsicMWpAA",
"token_type" : "family_search"
}
Sending...
Feedback was sent.
Can't send feedback. Retry in 5 seconds.