Social Discovery uses API keys to allow access to the API. Access and Keys are manually generated and given to specific users.
Social Discovery expects for the API key and SECRET KEY to be included in all API requests to the server in a header that looks like the following:
This endpoint retrieves all orders.
GET http://sdc_api/api/all_orders
This endpoint request a new order.
POST http://sdc_api/api/person
This endpoint retrieves a specific order.
GET http://sdc_api/api/person/#{ID}
This endpoint deletes a specific order.
DELETE http://sdc_api/api/person/#{ID}
This endpoint checks for completed orders.
GET http://sdc_api/api/orders?case_ids=#{ID}