Skip to main content
POST
Activate a product

Overview

Restores an ARCHIVED 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

Request Body

None — this is a state-transition endpoint with no body required.

Example

Success Response (200)

Error Codes

Authorizations

Authorization
string
header
required

API key from the FYATU CaaS portal. Pass as Authorization: Bearer <key>.

Path Parameters

id
string
required

Product ID (prefix prd_)

Response

Product activated

success
boolean
Example:

true

status
integer
Example:

200

message
string
Example:

"Product activated"

data
unknown
meta
object