Activate a product
Products
Activate Product
Restore an archived card product to active status. POST /products//activate. Requires accounts:write scope.
POST
Activate a product
Overview
Restores anARCHIVED product back to ACTIVE status. Once active again, the product can be used to issue new cards via POST /cards.
This endpoint is a no-op on products that are already ACTIVE — it returns 409 ALREADY_ACTIVE in that case.
Path Parameters
| Parameter | Type | Description |
|---|---|---|
id | string | The product ID (prefix prd_) |
Request Body
None — this is a state-transition endpoint with no body required.Example
Success Response (200)
Error Codes
| Code | HTTP | Cause |
|---|---|---|
PRODUCT_NOT_FOUND | 404 | Product does not exist or belongs to another business |
ALREADY_ACTIVE | 409 | Product is already in ACTIVE status |
INSUFFICIENT_SCOPE | 403 | Key lacks accounts:write scope |
INTERNAL_ERROR | 500 | Server error |
Authorizations
API key from the FYATU CaaS portal. Pass as Authorization: Bearer <key>.
Path Parameters
Product ID (prefix prd_)

