Find All Service Profiles

List all service profiles registered under an API key

Get Service Profiles

Returns a comma separated list of service profiles

HTTP Request
 
GET https://5gedge.verizon.com/api/mec/eds/serviceprofiles
 
See also:

HEADER PARAMETERS: application/json

The request header must contain a current ThingSpace authorization bearer token and must set the content-type to JSON. For more information about tokens, see Getting Started

 

QUERY PARAMETERS: application/json

None

 

PATH PARAMETERS: application/json

None

 

REQUEST BODY: application/json

None

 

Responses

Note: For cases where user input exceeds the boundary values an additional "data" key will be returned with a relevant description. The error response returns an additional data key value beyond the error values listed here. 

 

RESPONSE BODY SCHEMA: application/json

  • Success response
    schema
    {
      "status": "Success",
      "data": [
        "serviceProfileId" , "serviceProfileId" , "serviceProfileId"
      ]
    }
    
Response Parameters
Parameter Description
serviceProfileId A unique identifier for the application's service profile

RESPONSE BODY SCHEMA: application/json

  • status
    string

    HTTP status code

  • message
    string

    Error details

RESPONSE BODY SCHEMA: application/json

  • status
    string

    HTTP status code

  • message
    string

    Error details

RESPONSE BODY SCHEMA: application/json

  • status
    string

    HTTP status code

  • message
    string

    Error details