API Services

eAdventist's API services use HTTP Token authentication and provide data in JSON format. 

HTTP Token Authentication

Each request needs to include an "AUTHORIZATION" header that provides the Access Token.

AUTHORIZATION: Token token=21ff0c4f4538a9360c3352119c2215f3

JSON Format

This

{"person":
  {"id":123,
   "last_name":"Flintstone",
   "first_name":"Fred"
  }
}

Officer (beta)

Description Officer fields:
  • First name
  • Last name
  • Office
  • Photo URI
URL
https://www.eadventist.net/api/officers/123
https://www.eadventist.net/api/officers/123/photo
		
Limit 12 requests/minute

Person (beta)

Description Person fields:
  • First name
  • Last name
URL
https://www.eadventist.net/api/people/123
https://www.eadventist.net/api/people/123/photo
		
Limit 12 requests/minute

Still need help? Contact Us Contact Us