{
"opencollection": "1.0.0",
"info": {
"name": "Telnyx Access Tokens Authentication Providers API",
"version": "2.0.0"
},
"request": {
"auth": {
"type": "bearer",
"token": "{{bearerToken}}"
}
},
"items": [
{
"info": {
"name": "Authentication Providers",
"type": "folder"
},
"items": [
{
"info": {
"name": "List all SSO authentication providers",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.telnyx.com/v2/authentication_providers",
"params": [
{
"name": "sort",
"value": "",
"type": "query",
"description": "Specifies the sort order for results. By default sorting direction is ascending. To have the results sorted in descending order add the - prefix.
\nThat is:
name: sorts the result by the\n name field in ascending order.\n -name: sorts the result by the\n name field in descending order.\n created_at in descending order."
},
{
"name": "page",
"value": "",
"type": "query",
"description": "Consolidated page parameter (deepObject style). Originally: page[number], page[size]"
}
]
},
"docs": "Returns a list of your SSO authentication providers."
},
{
"info": {
"name": "Creates an authentication provider",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://api.telnyx.com/v2/authentication_providers",
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Creates an authentication provider."
},
{
"info": {
"name": "Retrieve an authentication provider",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.telnyx.com/v2/authentication_providers/:id",
"params": [
{
"name": "id",
"value": "",
"type": "path",
"description": "authentication provider ID"
}
]
},
"docs": "Retrieves the details of an existing authentication provider."
},
{
"info": {
"name": "Update an authentication provider",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "https://api.telnyx.com/v2/authentication_providers/:id",
"params": [
{
"name": "id",
"value": "",
"type": "path",
"description": "Identifies the resource."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Updates settings of an existing authentication provider."
},
{
"info": {
"name": "Deletes an authentication provider",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "https://api.telnyx.com/v2/authentication_providers/:id",
"params": [
{
"name": "id",
"value": "",
"type": "path",
"description": "authentication provider ID"
}
]
},
"docs": "Deletes an existing authentication provider."
}
]
}
],
"bundled": true
}