To interact with the Edge API, you’ll need to authenticate your requests using a token. This token is generated from your API credentials and is required for all API calls.
/users
Method:POST
Headers:
Authorization
header of subsequent API requests.Bearer
.message
: A message indicating the result of the request, here showing "Completed successfully"
.status
: The status of the request, with "success"
indicating the request was processed correctly.statusCode
: The HTTP status code, 200
for a successful request.errors
: An array of errors, empty here indicating no errors occurred.