Skip to content

Retrieves a paginated list of activation codes assigned to the current user.

GET
/api/v1/provision/consumer/me/activation-codes
curl --request GET \
--url 'https://example.com/api/v1/provision/consumer/me/activation-codes?pageNumber=1&pageSize=100'

These are the codes that a user can redeem to activate a new license on a device. This endpoint is typically used to show a user what licenses they have been granted but have not yet activated.

pageNumber
integer | string format: int32
default: 1 /^-?(?:0|[1-9]\d*)$/
pageSize
integer | string format: int32
default: 100 /^-?(?:0|[1-9]\d*)$/

Returns the list of available activation codes.

object
pageNumber
integer | string format: int32
/^-?(?:0|[1-9]\d*)$/
pageSize
integer | string format: int32
/^-?(?:0|[1-9]\d*)$/
totalCount
integer | string format: int32
/^-?(?:0|[1-9]\d*)$/
items
Array<object>
object
activationCode
string
totalPages
integer | string format: int32
/^-?(?:0|[1-9]\d*)$/
hasPreviousPage
boolean
hasNextPage
boolean

If the user is not authenticated.

object
type
null | string
title
null | string
status
null | integer | string format: int32
/^-?(?:0|[1-9]\d*)$/
detail
null | string
instance
null | string

If the caller lacks the required permission.

object
type
null | string
title
null | string
status
null | integer | string format: int32
/^-?(?:0|[1-9]\d*)$/
detail
null | string
instance
null | string