InsionInsion
RecordsRecord

Retrieve a record

Retrieve one record by its Insion record ID.

GET
/api/v1/records/{recordId}

Authorization

bearerAuth
AuthorizationBearer <token>

Provide an API key from the Insion dashboard in the Authorization header: Bearer YOUR_API_KEY.

In: header

Path Parameters

recordId*string

Insion record ID.

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/api/v1/records/string"
{  "data": {    "id": "string",    "clientId": "string",    "clientUrl": "http://example.com",    "name": "string",    "entity": "string",    "protected": true,    "metadata": {},    "createdAt": "2019-08-24T14:15:22Z",    "updatedAt": "2019-08-24T14:15:22Z",    "moderationStatus": "Compliant",    "moderationStatusCreatedAt": "2019-08-24T14:15:22Z",    "moderationPending": true,    "moderationPendingCreatedAt": "2019-08-24T14:15:22Z",    "user": "string"  }}
{  "error": {    "message": "string"  }}
{  "error": {    "message": "string"  }}