Partners
Name | Description |
---|---|
token | User token |
Content-Type: application/json Host: example.org Cookie:
GET /api/v1/partners?token=foobar117
token: foobar117
X-Frame-Options: SAMEORIGIN X-XSS-Protection: 1; mode=block X-Content-Type-Options: nosniff X-Download-Options: noopen X-Permitted-Cross-Domain-Policies: none Referrer-Policy: strict-origin-when-cross-origin Access-Control-Allow-Origin: * Access-Control-Allow-Methods: GET,POST,PUT,PATCH,DELETE Access-Control-Allow-Headers: Origin,Accept,Content-Type,X-Requested-With,X-CSRF-Token,X-API-KEY Content-Type: application/json; charset=utf-8 ETag: W/"eda57496a4e7d3630e90ff56839a8868" Cache-Control: max-age=0, private, must-revalidate X-Request-Id: 9f0edaa3-3da6-437b-bd3b-e4e0647aa78f X-Runtime: 0.010669 Content-Length: 60
200 OK
{ "partners": [ { "id": 1, "name": "MyString", "postal_code": null } ] }