Provides access to the external contacts that are part of a Hyperproof organization.
External Contacts API (1.0)
- Mock serverhttps://developer.hyperproof.app/_mock/hyperproof-api/external-contacts/externalcontacts.openapi
- Hyperproof UShttps://api.hyperproof.app/v1/externalcontacts
- Hyperproof EUhttps://api.hyperproof.eu/v1/externalcontacts
- Hyperproof Govhttps://api.hyperproofgov.app/v1/externalcontacts
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://developer.hyperproof.app/_mock/hyperproof-api/external-contacts/externalcontacts.openapi/?objectType=vendor&objectId=string' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Success.
The unique identifier for the external contact.
The unique identifier for the organization.
The type of the Hyperproof object the external contact is associated with.
The id of the Hyperproof object the external contact is associated with.
The date the external contact was created (ISO-8601 format).
The unique identifier of the user who created the external contact.
The date the external contact was updated (ISO-8601 format).
The unique identifier of the user who last updated the external contact.
List of permissions the API user has on the external contact.
[ { "id": "d88d505d-5199-11ee-a644-522476618ae8", "orgId": "ce83e3cd-5199-11ee-a644-522476618ae8", "givenName": "John", "surname": "Smith", "email": "john.smith@example.com", "status": "active", "objectType": "vendor", "objectId": "e99e616e-6211-22ff-b755-633587729bf9", "createdBy": "82d7c228-8bcd-11e9-a94b-ab3de8494987", "createdOn": "2023-09-12T18:26:10.0053650+00:00", "updatedBy": "82d7c228-8bcd-11e9-a94b-ab3de8494987", "updatedOn": "2023-09-12T18:26:10.0053650+00:00", "permissions": [] } ]
The type of the object to associate the external contact with.
- Mock serverhttps://developer.hyperproof.app/_mock/hyperproof-api/external-contacts/externalcontacts.openapi
- Hyperproof UShttps://api.hyperproof.app/v1/externalcontacts
- Hyperproof EUhttps://api.hyperproof.eu/v1/externalcontacts
- Hyperproof Govhttps://api.hyperproofgov.app/v1/externalcontacts
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://developer.hyperproof.app/_mock/hyperproof-api/external-contacts/externalcontacts.openapi/ \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"givenName": "John",
"surname": "Deer",
"email": "john.deer@example.com",
"objectType": "vendor",
"objectId": "e99e616e-6211-22ff-b755-633587729bf9"
}'Success.
The unique identifier for the external contact.
The unique identifier for the organization.
The type of the Hyperproof object the external contact is associated with.
The id of the Hyperproof object the external contact is associated with.
The date the external contact was created (ISO-8601 format).
The unique identifier of the user who created the external contact.
The date the external contact was updated (ISO-8601 format).
The unique identifier of the user who last updated the external contact.
{ "id": "d88d505d-5199-11ee-a644-522476618ae8", "orgId": "ce83e3cd-5199-11ee-a644-522476618ae8", "givenName": "John", "surname": "Smith", "email": "john.smith@example.com", "status": "active", "objectType": "vendor", "objectId": "e99e616e-6211-22ff-b755-633587729bf9", "createdBy": "82d7c228-8bcd-11e9-a94b-ab3de8494987", "createdOn": "2023-09-12T18:26:10.0053650+00:00", "updatedBy": "82d7c228-8bcd-11e9-a94b-ab3de8494987", "updatedOn": "2023-09-12T18:26:10.0053650+00:00", "permissions": [] }
- Mock serverhttps://developer.hyperproof.app/_mock/hyperproof-api/external-contacts/externalcontacts.openapi/{externalContactId}
- Hyperproof UShttps://api.hyperproof.app/v1/externalcontacts/{externalContactId}
- Hyperproof EUhttps://api.hyperproof.eu/v1/externalcontacts/{externalContactId}
- Hyperproof Govhttps://api.hyperproofgov.app/v1/externalcontacts/{externalContactId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://developer.hyperproof.app/_mock/hyperproof-api/external-contacts/externalcontacts.openapi/{externalContactId}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Success.
The unique identifier for the external contact.
The unique identifier for the organization.
The type of the Hyperproof object the external contact is associated with.
The id of the Hyperproof object the external contact is associated with.
The date the external contact was created (ISO-8601 format).
The unique identifier of the user who created the external contact.
The date the external contact was updated (ISO-8601 format).
The unique identifier of the user who last updated the external contact.
{ "id": "d88d505d-5199-11ee-a644-522476618ae8", "orgId": "ce83e3cd-5199-11ee-a644-522476618ae8", "givenName": "John", "surname": "Smith", "email": "john.smith@example.com", "status": "active", "objectType": "vendor", "objectId": "e99e616e-6211-22ff-b755-633587729bf9", "createdBy": "82d7c228-8bcd-11e9-a94b-ab3de8494987", "createdOn": "2023-09-12T18:26:10.0053650+00:00", "updatedBy": "82d7c228-8bcd-11e9-a94b-ab3de8494987", "updatedOn": "2023-09-12T18:26:10.0053650+00:00", "permissions": [] }
- Mock serverhttps://developer.hyperproof.app/_mock/hyperproof-api/external-contacts/externalcontacts.openapi/{externalContactId}
- Hyperproof UShttps://api.hyperproof.app/v1/externalcontacts/{externalContactId}
- Hyperproof EUhttps://api.hyperproof.eu/v1/externalcontacts/{externalContactId}
- Hyperproof Govhttps://api.hyperproofgov.app/v1/externalcontacts/{externalContactId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PATCH \
'https://developer.hyperproof.app/_mock/hyperproof-api/external-contacts/externalcontacts.openapi/{externalContactId}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"givenName": "Jane",
"surname": "Doe",
"email": "jane.doe@example.com"
}'Success.
The unique identifier for the external contact.
The unique identifier for the organization.
The type of the Hyperproof object the external contact is associated with.
The id of the Hyperproof object the external contact is associated with.
The date the external contact was created (ISO-8601 format).
The unique identifier of the user who created the external contact.
The date the external contact was updated (ISO-8601 format).
The unique identifier of the user who last updated the external contact.
{ "id": "d88d505d-5199-11ee-a644-522476618ae8", "orgId": "ce83e3cd-5199-11ee-a644-522476618ae8", "givenName": "John", "surname": "Smith", "email": "john.smith@example.com", "status": "active", "objectType": "vendor", "objectId": "e99e616e-6211-22ff-b755-633587729bf9", "createdBy": "82d7c228-8bcd-11e9-a94b-ab3de8494987", "createdOn": "2023-09-12T18:26:10.0053650+00:00", "updatedBy": "82d7c228-8bcd-11e9-a94b-ab3de8494987", "updatedOn": "2023-09-12T18:26:10.0053650+00:00", "permissions": [] }
- Mock serverhttps://developer.hyperproof.app/_mock/hyperproof-api/external-contacts/externalcontacts.openapi/{externalContactId}
- Hyperproof UShttps://api.hyperproof.app/v1/externalcontacts/{externalContactId}
- Hyperproof EUhttps://api.hyperproof.eu/v1/externalcontacts/{externalContactId}
- Hyperproof Govhttps://api.hyperproofgov.app/v1/externalcontacts/{externalContactId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
'https://developer.hyperproof.app/_mock/hyperproof-api/external-contacts/externalcontacts.openapi/{externalContactId}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Success.
The unique identifier for the external contact.
The unique identifier for the organization.
The type of the Hyperproof object the external contact is associated with.
The id of the Hyperproof object the external contact is associated with.
The date the external contact was created (ISO-8601 format).
The unique identifier of the user who created the external contact.
The date the external contact was updated (ISO-8601 format).
The unique identifier of the user who last updated the external contact.
{ "id": "d88d505d-5199-11ee-a644-522476618ae8", "orgId": "ce83e3cd-5199-11ee-a644-522476618ae8", "givenName": "John", "surname": "Smith", "email": "john.smith@example.com", "status": "active", "objectType": "vendor", "objectId": "e99e616e-6211-22ff-b755-633587729bf9", "createdBy": "82d7c228-8bcd-11e9-a94b-ab3de8494987", "createdOn": "2023-09-12T18:26:10.0053650+00:00", "updatedBy": "82d7c228-8bcd-11e9-a94b-ab3de8494987", "updatedOn": "2023-09-12T18:26:10.0053650+00:00", "permissions": [] }