Accept: application/vnd.api+json Content-Type: application/vnd.api+json Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjYxLCJhdWQiOlsiYWRtaW4iXSwiZXhwIjoxNzg4NjA2NTA5fQ.w1C2rmhLPD6HVZLgzql1B4oyw5qWO7CgIkjilhngTL4 Host: example.org Cookie:
GET /api/rest/admin/contacts/53
x-frame-options: SAMEORIGIN x-xss-protection: 0 x-content-type-options: nosniff x-permitted-cross-domain-policies: none referrer-policy: strict-origin-when-cross-origin content-type: application/vnd.api+json vary: Accept etag: W/"5771caa88e631e1d8f0119004ffbfa6f" cache-control: max-age=0, private, must-revalidate x-request-id: be47715a-1939-4fe4-b6dc-2b523e295eb7 x-runtime: 0.009164 content-length: 398
200 OK
{
"data": {
"id": "53",
"type": "contacts",
"links": {
"self": "http://example.org/api/rest/admin/contacts/53"
},
"attributes": {
"email": "rspec_mail_3@example.com",
"notes": null
},
"relationships": {
"contractor": {
"links": {
"self": "http://example.org/api/rest/admin/contacts/53/relationships/contractor",
"related": "http://example.org/api/rest/admin/contacts/53/contractor"
},
"data": {
"type": "contractors",
"id": "27"
}
}
}
}
}