You can manage API authentication using the Platform Automation API endpoints for operations including:
- Creating an API authentication
- Listing all API authentications
- Retrieving an API authentication
- Updating an API authentication
- Deleting an API authentication
Details of required parameters, available methods and endpoint urls can be found within FaUAPI API authentication task schema documentation.
Creating an API authentication
You can use this endpoint to add an authentication method to an API. View details on the url and any parameters required to use this endpoint.
Listing all API authentications
You can use this endpoint to list all authentication methods available for an API. View details on the url and any parameters required to use this endpoint.
Retrieving an API authentication
You can use this endpoint to retrieve a specific authentication method for an API. View details on the url and any parameters required to use this endpoint.
Updating an API authentication
You can use this endpoint to edit one or more authentication method details. View details on the url and any parameters required to use this endpoint.
Deleting an API authentication
You can use this endpoint to delete a specific API authentication method. View details on the url and any parameters required to use this endpoint
Example
An example showing how to use a Platform Automation API endpoint for automation can found in the Example automation using an api endpoint section.