Skip to content

GetCaseById

BitFlicker5000 edited this page Jun 28, 2018 · 3 revisions

Returns a JSON formatted case object with the given ID

Syntax

string GetCaseById(string case_id)

Parameters

case_id: string

Return Value

JSON Case Object : string

Remarks

  • Requires JSON formatted Request Body
  • Requests should be made with the following request headers - Content-type: application/json; charset=utf-8
  • Requires a valid auth Token in request header
  • HTTPS is required for this operation
  • Max 100 executions per day (email api@dmca.com to have limit increased)

HTTP Method: POST

Example:

  • URL: https://api.dmca.com/GetCaseById
  • Token: tY/OKSp9g002k/xh9TWltgD2ZiFvOwfaYmOJBoVr9gg0APxr0eSkSOf345F5
  • Request Body: {"case_id":"WltgD2ZiFvOwfaYmWltgD2ZiFvOwfaYm"}

Contact API support at DMCA.com api@dmca.com

Clone this wiki locally