Verify Application programming interfaces (APIs)
Verify application programming interfaces (APIs) can be accessed and used for in-house application development.
For more information, see the API documentation in the IBM® Verify Documentation Hub.
Watch a Verify API
video in IBM Training.
HTTP methods
Each API resource is identified by a named Uniform Resource Identifier (URI) and is accessed by
using the following standard HTTP methods. HTTP methods indicate the intended action on an
object.
| HTTP method | Description |
|---|---|
| GET | Retrieves a resource or relationship at the specified URL.
|
| POST | Creates a resource or relationship at the specified URL.
|
| PUT | Updates a resource or relationship at the specified URL
|
| PATCH |
Used for partial updates of a resource.
|
| DELETE | Removes a resource or relationship at the specified URL. Note: For bulkload deletion, use
PATCH. |