cURL
curl --request PATCH \ --url https://waas-staging.embedly.ng/api/v1/products/activate/{productId} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "productId": "<string>" }'
The endpoint allows you to activate a product by its ID.
Status Code: 200 OK { "code": "00", "success": true, "message": "Updated Successfully", "data": { "id": "a52f7163-ff67-11ef-a8a9-6045bd97b81d", "name": "TO_WALLET_TRANSFER", "organizationId": "e678b629-fb56-11ef-a8a9-6045bd97b81d", "description": "For wallet to wallet transfer", "direction": "C", "isActive": True, "dateCreated": "2025-03-12T17:30:08" } }
- **Status Code**: **400 Bad Request** { "code": "400", "success": false, "message": "There is nothing to do as Product status is currently True", "data": null }