{
"opencollection": "1.0.0",
"info": {
"name": "Samsara Contacts API",
"version": "2024-11-18"
},
"request": {
"auth": {
"type": "bearer",
"token": "{{bearerToken}}"
}
},
"items": [
{
"info": {
"name": "Contacts",
"type": "folder"
},
"items": [
{
"info": {
"name": "List All Contacts",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.samsara.com/contacts",
"params": [
{
"name": "limit",
"value": "",
"type": "query",
"description": "The limit for how many objects will be in the response. Default and max for this value is 512 objects."
},
{
"name": "after",
"value": "",
"type": "query",
"description": "If specified, this should be the endCursor value from the previous page of results. When present, this request will return the next page of results that occur immediately after the previous page of results."
}
]
},
"docs": "Returns a list of all contacts in an organization. \n\n **Submit Feedback**: Likes, dislikes, and API feature requests should be filed as feedback in our API feedback form. If you encountered an issue or noticed inaccuracies in the API documentation, please submit a case to our support team.\n\nTo use this endpoint, select **Read Alert Contacts** under the Setup & Administrati"
},
{
"info": {
"name": "Create a Contact",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://api.samsara.com/contacts",
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Add a contact to the organization. \n\n **Submit Feedback**: Likes, dislikes, and API feature requests should be filed as feedback in our API feedback form. If you encountered an issue or noticed inaccuracies in the API documentation, please submit a case to our support team.\n\nTo use this endpoint, select **Write Alert Contacts** under the Setup & Administration category whe"
},
{
"info": {
"name": "Retrieve a Contact",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.samsara.com/contacts/:id",
"params": [
{
"name": "id",
"value": "",
"type": "path",
"description": "Unique identifier for the contact."
}
]
},
"docs": "Get a specific contact's information. \n\n **Submit Feedback**: Likes, dislikes, and API feature requests should be filed as feedback in our API feedback form. If you encountered an issue or noticed inaccuracies in the API documentation, please submit a case to our support team.\n\nTo use this endpoint, select **Read Alert Contacts** under the Setup & Administration category w"
},
{
"info": {
"name": "Update a Contact",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "https://api.samsara.com/contacts/:id",
"params": [
{
"name": "id",
"value": "",
"type": "path",
"description": "Unique identifier for the contact."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Update a specific contact's information. \n\n **Submit Feedback**: Likes, dislikes, and API feature requests should be filed as feedback in our API feedback form. If you encountered an issue or noticed inaccuracies in the API documentation, please submit a case to our support team.\n\nTo use this endpoint, select **Write Alert Contacts** under the Setup & Administration catego"
},
{
"info": {
"name": "Delete a Contact",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "https://api.samsara.com/contacts/:id",
"params": [
{
"name": "id",
"value": "",
"type": "path",
"description": "Unique identifier for the contact."
}
]
},
"docs": "Delete the given contact. \n\n **Submit Feedback**: Likes, dislikes, and API feature requests should be filed as feedback in our API feedback form. If you encountered an issue or noticed inaccuracies in the API documentation, please submit a case to our support team.\n\nTo use this endpoint, select **Write Alert Contacts** under the Setup & Administration category when creatin"
}
]
}
],
"bundled": true
}